Skip to content

Commit

Permalink
Remove commentary on entrypoint command
Browse files Browse the repository at this point in the history
  • Loading branch information
João Pires committed Mar 12, 2020
1 parent 93ca636 commit 4b1afce
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 @@ -31,4 +31,4 @@ COPY scripts/20190118-chnage-type-value-for-api-token.js /app/timeoff-management
ADD docker-entrypoint.sh /docker-entrypoint.sh

EXPOSE 3000
# ENTRYPOINT ["sh","/docker-entrypoint.sh"]
ENTRYPOINT ["sh","/docker-entrypoint.sh"]

0 comments on commit 4b1afce

Please sign in to comment.