Skip to content

Commit

Permalink
fix: entry point inf+2
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jul 23, 2024
1 parent 07be49c commit 470ceb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ EXPOSE 26657
EXPOSE 1317
EXPOSE 5173

RUN "export NODE_PATH=/usr/src/cache/"
# Set the entrypoint or command if necessary (adjust as needed)
ENTRYPOINT ["/bin/bash"]

CMD "/bin/bash"

0 comments on commit 470ceb3

Please sign in to comment.