Skip to content

Commit b447b8d

Browse files
authored
Update Dockerfile
Signed-off-by: Zoey <zoey@z0ey.de>
1 parent 7b90025 commit b447b8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a
180180
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
181181
ARG NODE_ENV=production
182182
COPY frontend /app
183-
WORKDIR /app/frontend
184-
RUN ls -lA && exit 1
183+
WORKDIR /app
185184
RUN apk upgrade --no-cache -a && \
186185
apk add --no-cache nodejs pnpm && \
187186
pnpm install --frozen-lockfile && \

0 commit comments

Comments
 (0)