trigger run service

This commit is contained in:
2025-06-12 23:40:03 +07:00
parent 61306c94b4
commit 252c2c240c

View File

@ -33,7 +33,6 @@ RUN npm run build:production
# COPY --from=base /src /src
# COPY --from=base /public /public
# Expose required port
FROM nginx:alpine
COPY --from=base /dist /usr/share/nginx/html
COPY --from=base /vhosts.conf /etc/nginx/conf.d/default.conf