Skip to content

Commit

Permalink
refactor: remove unnecessary docker-compose args
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger committed Jan 15, 2023
1 parent 17736f2 commit 87ce104
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ version: "3.8"

services:
runejs_game_server:
image: node:16
container_name: runejs_game_server
build:
context: .
dockerfile: Dockerfile
ports:
- "43594:43594"
volumes:
- .:/usr/src/service
working_dir: /usr/src/service
command: npm run start

networks:
default:
Expand Down

0 comments on commit 87ce104

Please sign in to comment.