diff --git a/Dockerfile b/Dockerfile index 0d79e40..9e63fe8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ COPY . /usr/src/artsite RUN yarn install -RUN cp .env build - RUN yarn build +RUN cp .env build + EXPOSE 3333 COPY . .