Skip to content

Commit

Permalink
fix .output path name
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksgata committed Dec 29, 2023
1 parent 885b026 commit be8d836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ENV HOST 0.0.0.0
# Expose Port
EXPOSE 15368

ENTRYPOINT ["node", "./output/server/index.mjs"]
ENTRYPOINT ["node", "./.output/server/index.mjs"]

0 comments on commit be8d836

Please sign in to comment.