Skip to content

Commit

Permalink
fix EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Feb 17, 2025
1 parent d6744cf commit 261ee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-files/Dockerfile/Node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY /<%= documentationFolder %>/dist ./dist
EXPOSE 80
ENV HOST=0.0.0.0
ENV PORT=80
CMD ["node", "dist/server/entry.mjs"]
CMD ["node", "dist/server/entry.mjs"]

0 comments on commit 261ee1d

Please sign in to comment.