Skip to content

Commit

Permalink
[SERVER] Add Timezone in dockerfile
Browse files Browse the repository at this point in the history
PtitNost committed Mar 23, 2022
1 parent ae8f7d1 commit 670a182
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workers/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ WORKDIR /app
ENV PATH="${PATH}:/root/.local/bin"
ENV PYTHONPATH="/app/src"
ENV PYTHONUNBUFFERED=1
ENV TZ Europe/Paris

COPY requirements.txt .
RUN pip install --upgrade pip
@@ -14,4 +15,5 @@ RUN apt-get update && apt-get install -y tcpdump

COPY src/ .

CMD python3 src/main.py
CMD python3 src/main.py

0 comments on commit 670a182

Please sign in to comment.