removing default conf file to prevent nginx issues
This commit is contained in:
parent
6d85f2462c
commit
c7c2625347
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
# Used in the build stage of the pipeline to create a frontend docker image
|
# Used in the build stage of the pipeline to create a frontend docker image
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
RUN rm /etc/nginx/conf.d/default.conf
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY /build /usr/share/nginx/html
|
COPY /build /usr/share/nginx/html
|
||||||
Loading…
Add table
Add a link
Reference in a new issue