Update Dockerfile with platform
This commit is contained in:
parent
04a0a1cbf7
commit
1b3c929a0f
@ -1,3 +1,5 @@
|
|||||||
|
ARG PLATFORM
|
||||||
|
|
||||||
FROM --platform=${PLATFORM} node:18-alpine AS build
|
FROM --platform=${PLATFORM} node:18-alpine AS build
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user