diff --git a/Dockerfile b/Dockerfile index 4844471..b0b8f34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN yarn install RUN yarn build +RUN cp .env build + EXPOSE 5555 COPY . .