We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b90025 commit b447b8dCopy full SHA for b447b8d
1 file changed
Dockerfile
@@ -180,8 +180,7 @@ FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a
180
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
181
ARG NODE_ENV=production
182
COPY frontend /app
183
-WORKDIR /app/frontend
184
-RUN ls -lA && exit 1
+WORKDIR /app
185
RUN apk upgrade --no-cache -a && \
186
apk add --no-cache nodejs pnpm && \
187
pnpm install --frozen-lockfile && \
0 commit comments