We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb991b commit 3f37fa9Copy full SHA for 3f37fa9
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ ENV TASKDATA="/.task"
16
ENV NODE_ENV=production
17
18
# Frontend
19
-RUN cd /src/frontend && npm install --legacy-peer-deps \
+RUN cd /src/frontend && npm install \
20
&& npm run build && npm run export \
21
&& cp -r /src/frontend/dist /static \
22
&& rm -r /src/frontend
0 commit comments