This commit is contained in:
2023-05-27 00:47:03 +03:00
parent 47bda44d45
commit 0053f57d52

View File

@ -4,7 +4,7 @@ WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY react/app/package.json .
COPY react/app/package-lock.json .
RUN npm ci
RUN npm install
COPY react/app .
RUN npm run build