Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeah committed May 19, 2022
1 parent b5636f7 commit 91cba6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ WORKDIR /app
ENV TZ=Asia/Singapore
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY . .
RUN chmod +x /app/runner
RUN chmod +x runner
EXPOSE 10000
CMD [ "/app/runner" , "/app/config"]

0 comments on commit 91cba6e

Please sign in to comment.