From 252c2c240c5d6e4a7947e47e99bed2bfb97569d8 Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Thu, 12 Jun 2025 23:40:03 +0700 Subject: [PATCH] trigger run service --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3d6f4f..a6663e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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