We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9a890 commit 183b6eeCopy full SHA for 183b6ee
docker/nginx/Dockerfile
@@ -4,7 +4,6 @@ FROM node:latest as build_frontend
4
5
WORKDIR /app
6
7
-#COPY ./frontend/package.json ./frontend/package-lock.json /usr/src/app/
8
9
COPY ./frontend .
10
RUN npm install
0 commit comments