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