Skip to content

Commit

Permalink
create docker image ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed Mar 13, 2024
1 parent 8935ddd commit ce77016
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 253 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ services:
- authservice
- questiongeneratorservice
- gameservice
- groupservice
ports:
- "8000:8000"
networks:
Expand Down
2 changes: 1 addition & 1 deletion game/groupservice/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 8004
EXPOSE 8005

# Define the command to run your app
CMD ["node", "group-service.js"]
Loading

0 comments on commit ce77016

Please sign in to comment.