hotfix
This commit is contained in:
@ -3,10 +3,11 @@ FROM node:20-alpine as build
|
||||
WORKDIR /app
|
||||
ENV PATH /app/node_modules/.bin:$PATH
|
||||
ENV REACT_APP_DOMAIN ovz1.ollyhearn.gmzem.vps.myjino.ru
|
||||
COPY react/app/package.json .
|
||||
# COPY react/app/package.json .
|
||||
# COPY react/app/package-lock.json .
|
||||
RUN npm install
|
||||
COPY react/app .
|
||||
RUN npm ci
|
||||
# COPY react/app .
|
||||
RUN npm run build
|
||||
|
||||
# stage 2 - build the final image and copy the react build files
|
||||
|
||||
Reference in New Issue
Block a user