diff --git a/Dockerfile b/Dockerfile index 4367393..f637413 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ WORKDIR /usr/src/athena/build RUN yarn install --production +RUN touch .env + EXPOSE 5555 COPY . .