Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# We do not use --platform feature to auto fill this ARG because of incompatibility between podman and docker
ARG TARGETARCH
FROM docker.io/library/node:18-alpine as web-builder

USER node

ARG BUILDSCRIPT
ARG TARGETPLATFORM
ARG TARGETARCH=amd64
WORKDIR /opt/app-root

COPY --chown=node web/package.json web/package.json
Expand Down
Loading