Skip to content

Commit 4b41ced

Browse files
committed
Build multi-arch containers
1 parent a97dc64 commit 4b41ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netplayjs-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NetplayJS games can easily be pointed a new server without changing any code. Si
1414

1515
## Run from Docker Hub
1616
```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
1818
```
1919

2020
## Run from NPM

netplayjs-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"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 .",
3232
"docker:start": "docker run -p 3000:3000 netplayjs-server",
3333
"docker:push": "node ./scripts/docker-push.js",
3434
"format": "prettier --write src/*.ts src/**/*.ts test/*.ts *.js",

0 commit comments

Comments
 (0)