Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
zsluedem committed Sep 2, 2020
1 parent cc2ba53 commit 962696a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM python:3.7.6
FROM python:3.8.1
COPY . /transaction_server
ENV HOST=0.0.0.0
WORKDIR /transaction_server
ENV PYTHONPATH=/transaction_server
VOLUME /transaction_server/transactionsDB
RUN pip install -r requirements.txt
RUN ln -sf /dev/stdout /var/log/transactions.log
CMD ["python", "main.py", "-c", "config.yml"]

0 comments on commit 962696a

Please sign in to comment.