Skip to content

Commit

Permalink
fix: Dockerfile expose protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound committed Nov 29, 2023
1 parent e01f8e7 commit b9d7be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:18-alpine
# From https://github.com/pnpm/pnpm/issues/4837

EXPOSE 8890/tcp
EXPOSE 8891/udp
EXPOSE 8890/udp
EXPOSE 8891/tcp

COPY . noray

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxssake/noray",
"version": "1.4.0",
"version": "1.4.1",
"description": "Online multiplayer orchestrator and potential game platform",
"main": "src/noray.mjs",
"bin": {
Expand Down

0 comments on commit b9d7be9

Please sign in to comment.