Skip to content

Commit

Permalink
Remove debug commands from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTalmadge authored Jun 9, 2020
1 parent c1968c8 commit c592f0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ RUN mkdir -p ${APP_CONFIG_DIR}
COPY . ${APP_DIR}
WORKDIR ${APP_DIR}

RUN ls
RUN pwd

# Run shreddit
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]

0 comments on commit c592f0b

Please sign in to comment.