nginx
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user