Skip to content

Commit

Permalink
Try other time
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288543 committed Apr 8, 2024
1 parent dec8171 commit e43b357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
- run: npm --prefix gatewayservice install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e
2 changes: 1 addition & 1 deletion multiplayer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm install
COPY . .

# Expose the port the app runs on
EXPOSE 5010
#EXPOSE 5010

# Define the command to run your app
CMD ["node", "index.js"]

0 comments on commit e43b357

Please sign in to comment.