updated dockerfile to build explicitly for amd64 systems
This commit is contained in:
parent
3331925b3d
commit
14b0cf1091
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20-alpine3.18
|
FROM --platform=linux/amd64 node:20-alpine3.18
|
||||||
|
|
||||||
# set working directory
|
# set working directory
|
||||||
WORKDIR /srv/openterminal
|
WORKDIR /srv/openterminal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue