diff --git a/Dockerfile b/Dockerfile index 12d2a3f..0ababca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:18 WORKDIR /usr/src/app -COPY ./frontend/output . +COPY ./frontend/.output . EXPOSE 3000