Skip to content

Commit

Permalink
Update WORKDIR to ensure tests pass successfully.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaferrera committed Jul 9, 2020
1 parent f7c6b65 commit a09ed6b
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 @@ -74,6 +74,6 @@ RUN wget -O trid_linux_64.zip "http://mark0.net/download/trid_linux_64.zip" && \
# Clean up
RUN rm -rf $STOQ_TMP /tmp/* /var/tmp/*

WORKDIR $STOQ_HOME
WORKDIR /home/$USER
USER $USER
ENTRYPOINT ["stoq"]

0 comments on commit a09ed6b

Please sign in to comment.