Skip to content

Commit dfe4f95

Browse files
authored
Dockerfile cleanup: remove unused args (#596)
1 parent f8abad2 commit dfe4f95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# We do not use --platform feature to auto fill this ARG because of incompatibility between podman and docker
21
ARG TARGETARCH
32
FROM docker.io/library/node:18-alpine as web-builder
43

54
USER node
65

76
ARG BUILDSCRIPT
8-
ARG TARGETPLATFORM
9-
ARG TARGETARCH=amd64
107
WORKDIR /opt/app-root
118

129
COPY --chown=node web/package.json web/package.json

0 commit comments

Comments
 (0)