Fix timezone
This commit is contained in:
parent
3411b84d83
commit
2e864ba082
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ RUN git rev-parse HEAD | tee /version
|
||||||
## Beginning of runtime image
|
## Beginning of runtime image
|
||||||
FROM python:3.10.4-slim-bullseye as final
|
FROM python:3.10.4-slim-bullseye as final
|
||||||
|
|
||||||
RUN echo "Europe/Paris" > /etc/timezone
|
ENV TZ "Europe/Paris"
|
||||||
|
|
||||||
COPY --from=venv /app/venv /app/venv/
|
COPY --from=venv /app/venv /app/venv/
|
||||||
ENV PATH /app/venv/bin:$PATH
|
ENV PATH /app/venv/bin:$PATH
|
||||||
|
|
Reference in a new issue