trigger run service
This commit is contained in:
@ -33,7 +33,6 @@ RUN npm run build:production
|
|||||||
# COPY --from=base /src /src
|
# COPY --from=base /src /src
|
||||||
# COPY --from=base /public /public
|
# COPY --from=base /public /public
|
||||||
|
|
||||||
# Expose required port
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY --from=base /dist /usr/share/nginx/html
|
COPY --from=base /dist /usr/share/nginx/html
|
||||||
COPY --from=base /vhosts.conf /etc/nginx/conf.d/default.conf
|
COPY --from=base /vhosts.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user