copy properly
This commit is contained in:
parent
6a913f35c6
commit
c629988bbf
@ -13,7 +13,7 @@ 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 /etc/nginx/
|
COPY ./nginx/conf.d/default.conf /etc/nginx/default.conf
|
||||||
RUN nginx -s reload
|
RUN nginx -s reload
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user