File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ NetplayJS games can easily be pointed a new server without changing any code. Si
14
14
15
15
## Run from Docker Hub
16
16
``` bash
17
- docker run --publish 80:3000 varunramesh/netplayjs-server:0.0.7
17
+ docker run --publish 80:3000 varunramesh/netplayjs-server:0.0.9
18
18
```
19
19
20
20
## Run from NPM
Original file line number Diff line number Diff line change 28
28
},
29
29
"scripts" : {
30
30
"start" : " ts-node src/index.ts" ,
31
- "docker:build" : " docker build -t netplayjs-server ." ,
31
+ "docker:build" : " docker build --platform=linux/amd64,linux/arm64 - t netplayjs-server ." ,
32
32
"docker:start" : " docker run -p 3000:3000 netplayjs-server" ,
33
33
"docker:push" : " node ./scripts/docker-push.js" ,
34
34
"format" : " prettier --write src/*.ts src/**/*.ts test/*.ts *.js" ,
You can’t perform that action at this time.
0 commit comments