Skip to content

Commit 5d7dd92

Browse files
committed
chore: remove redundant Dockerfile line
1 parent a8a9cc4 commit 5d7dd92

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends git tini \
3030
COPY --chown=1000:1000 --from=builder /out/package*.json ./
3131
COPY --chown=1000:1000 --from=builder /out/node_modules/ ./node_modules/
3232
COPY --chown=1000:1000 --from=builder /out/dist/ ./dist/
33-
COPY --chown=1000:1000 --from=builder /out/build ./dist/build/
3433
COPY --chown=1000:1000 proxy.config.json config.schema.json ./
3534
COPY docker-entrypoint.sh /docker-entrypoint.sh
3635

0 commit comments

Comments
 (0)