Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jesforge authored Apr 14, 2024
1 parent 6e7a6d0 commit 3b48072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/nodejs/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container

COPY MoonlightDockerImages/runtimes/nodejs/entrypoint.sh /entrypoint.sh
COPY ./runtimes/nodejs/entrypoint.sh /entrypoint.sh
CMD [ "/bin/bash", "/entrypoint.sh" ]

0 comments on commit 3b48072

Please sign in to comment.