remove_dev_server

This commit is contained in:
ahmed531998 2023-04-07 00:39:26 +02:00
parent 48f8285c65
commit 6469bae51b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16-alpine as build-step
FROM node:16-alpine as build
WORKDIR /app
@ -12,6 +12,7 @@ RUN npm run build
# production env
FROM nginx:stable-alpine
COPY --from=build /app/build /usr/share/nginx/html
#COPY /app/build /usr/share/nginx/html
#EXPOSE 80
#CMD ["npm", "start"]