test
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ FROM nginx:stable-alpine as production-stage
|
|||||||
# Remove default nginx website
|
# Remove default nginx website
|
||||||
RUN rm -rf /usr/share/nginx/html/*
|
RUN rm -rf /usr/share/nginx/html/*
|
||||||
# Copy built files
|
# Copy built files
|
||||||
COPY --from=build-stage /app/dist /usr/share/nginx/html
|
COPY --from=build /app/dist /usr/share/nginx/html
|
||||||
# Copy custom nginx configuration
|
# Copy custom nginx configuration
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
Reference in New Issue
Block a user