Skip to content

Commit

Permalink
fix: docker: allow legacy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Jan 9, 2025
1 parent c7010e9 commit dcb2f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# build
FROM node:20.9-alpine as build-step

LABEL org.opencontainers.image.description="https://github.com/endrl/segment-editor"
LABEL org.opencontainers.image.description="https://github.com/intro-skipper/segment-editor"

RUN npm config set legacy-peer-deps=true
RUN mkdir -p /app
RUN npm cache clear --force
WORKDIR /app
Expand Down

0 comments on commit dcb2f13

Please sign in to comment.