Skip to content

Commit 3f37fa9

Browse files
committed
fix: remove legacy-peer-deps flag in Dockerfile
1 parent 9bb991b commit 3f37fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV TASKDATA="/.task"
1616
ENV NODE_ENV=production
1717

1818
# Frontend
19-
RUN cd /src/frontend && npm install --legacy-peer-deps \
19+
RUN cd /src/frontend && npm install \
2020
&& npm run build && npm run export \
2121
&& cp -r /src/frontend/dist /static \
2222
&& rm -r /src/frontend

0 commit comments

Comments
 (0)