remove default.conf
This commit is contained in:
parent
c629988bbf
commit
c7bbafd94e
@ -13,7 +13,5 @@ RUN npm ci && npm run build
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY --from=build-image /app/dist/app-fe /usr/share/nginx/html
|
COPY --from=build-image /app/dist/app-fe /usr/share/nginx/html
|
||||||
COPY ./nginx/conf.d/default.conf /etc/nginx/default.conf
|
|
||||||
RUN nginx -s reload
|
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
@ -1,10 +0,0 @@
|
|||||||
server {
|
|
||||||
listen 80;
|
|
||||||
listen [::]:80;
|
|
||||||
server_name localhost;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
try_files $uri $uri/ /index.html;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user