removing default conf file to prevent nginx issues

This commit is contained in:
Carter 2026-01-16 15:49:48 -06:00
parent 6d85f2462c
commit c7c2625347

View file

@ -1,5 +1,6 @@
# Used in the build stage of the pipeline to create a frontend docker image
FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/nginx.conf
COPY /build /usr/share/nginx/html