diff --git a/Dockerfile b/Dockerfile index b729149..466f520 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM nginx:alpine COPY nginx.conf /etc/nginx/conf.d/default.conf # Copy hasil build -COPY --from=builder /app/dist /usr/share/nginx/html +COPY --from=builder /app/.output/public /usr/share/nginx/html EXPOSE 80