1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Fix Dockerfile

Fix node version to working, in readme writed 16v but on Dockerfile 12v.
This commit is contained in:
HexFive 2022-03-28 13:18:11 +03:00 committed by GitHub
parent 8ef914adc0
commit 6473adb123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:12 as base
FROM node:16
EXPOSE 3001 3005