Skip to content

Commit

Permalink
Merge pull request #375 from ECLK/kosalag-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
dinukadesilva authored Nov 16, 2019
2 parents 2826700 + 8d28fe2 commit 0a519d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# tags from Docker Hub.
FROM python:3.6

ENV TZ=Asia/Colombo
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

LABEL Name=results-tabulation-tallysheets
EXPOSE 5000

Expand Down

0 comments on commit 0a519d2

Please sign in to comment.