fix
This commit is contained in:
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
file: ./Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: true
|
||||
|
@ -1,4 +1,5 @@
|
||||
FROM python:3.10.11-alpine3.17
|
||||
RUN apk update && apk add --no-cache cython
|
||||
ENV LANG="C.UTF-8" \
|
||||
TZ="Asia/Shanghai" \
|
||||
PS1="\u@\h:\w \$ " \
|
Reference in New Issue
Block a user