mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 02:30:37 -08:00
Fix Dockerfile (#1409)
Fix node version to working, in readme writed 16v but on Dockerfile 12v.
This commit is contained in:
parent
287e8e6ecd
commit
9d426f4fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:12 as base
|
FROM node:16
|
||||||
|
|
||||||
EXPOSE 3001 3005
|
EXPOSE 3001 3005
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue