bawling out

This commit is contained in:
Aquaticholic
2022-04-08 15:28:08 +01:00
parent dd7856ef97
commit 5c370423b3
7 changed files with 41 additions and 16 deletions
+3 -6
View File
@@ -13,9 +13,6 @@ COPY . ./
RUN npm run build
FROM nginx:1-alpine
COPY --from=build-step /app/build /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
# COPY nginx/nginx.conf /etc/nginx/conf.d
EXPOSE 80
# EXPOSE 443
CMD ["nginx", "-g", "daemon off;"]
RUN mkdir /nooo/
RUN mkdir /nooo/build/
COPY --from=build-step /app/build /nooo/build/