1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

Update Dockerfile-generateconfig-env

This commit is contained in:
Sepcnt 2024-07-29 13:40:09 +08:00 committed by GitHub
parent 37fcd5b49d
commit 868d37d9f6
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -3,4 +3,4 @@ FROM python:3.11-alpine
WORKDIR /code
COPY docker-generateconfig/env-requirements.txt requirements.txt
RUN pip install -r requirements.txt
ENTRYPOINT ["/code/docker-generateconfig/env.py"]
ENTRYPOINT ["python", "/code/docker-generateconfig/env.py"]