This commit is contained in:
jxxghp
2023-06-07 14:31:49 +08:00
parent fbecfd86f8
commit e5c5a3a0ab
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: .
file: docker/Dockerfile file: ./Dockerfile
platforms: | platforms: |
linux/amd64 linux/amd64
push: true push: true

View File

@ -1,4 +1,5 @@
FROM python:3.10.11-alpine3.17 FROM python:3.10.11-alpine3.17
RUN apk update && apk add --no-cache cython
ENV LANG="C.UTF-8" \ ENV LANG="C.UTF-8" \
TZ="Asia/Shanghai" \ TZ="Asia/Shanghai" \
PS1="\u@\h:\w \$ " \ PS1="\u@\h:\w \$ " \