updated dockerfile to build explicitly for amd64 systems

This commit is contained in:
ari melody 2023-10-03 20:57:41 +01:00
parent 3331925b3d
commit 14b0cf1091
No known key found for this signature in database
GPG key ID: 12A070A0ACDCA45F

View file

@ -1,4 +1,4 @@
FROM node:20-alpine3.18
FROM --platform=linux/amd64 node:20-alpine3.18
# set working directory
WORKDIR /srv/openterminal