Skip to content

Commit

Permalink
Docker: Make it easier to run commands in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld authored and wirew0rm committed Apr 25, 2024
1 parent a77532c commit 391e0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ RUN apt-get update -y \
&& chown -R root:users $EMSDK_HOME && chmod -R 777 $EMSDK_HOME

USER user
ENTRYPOINT ["bash"]
ENTRYPOINT ["/bin/bash", "-l", "-c"]

0 comments on commit 391e0e5

Please sign in to comment.