We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8abad2 commit dfe4f95Copy full SHA for dfe4f95
Dockerfile
@@ -1,12 +1,9 @@
1
-# We do not use --platform feature to auto fill this ARG because of incompatibility between podman and docker
2
ARG TARGETARCH
3
FROM docker.io/library/node:18-alpine as web-builder
4
5
USER node
6
7
ARG BUILDSCRIPT
8
-ARG TARGETPLATFORM
9
-ARG TARGETARCH=amd64
10
WORKDIR /opt/app-root
11
12
COPY --chown=node web/package.json web/package.json
0 commit comments