Skip to content

Commit

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

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

Expand Down

0 comments on commit b247221

Please sign in to comment.