diff --git a/Dockerfile b/Dockerfile index e0d734c..86c5b44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,5 @@ ENV NODE_ENV=development COPY . . VOLUME /app/data +EXPOSE 8080 ENTRYPOINT ["yarn", "start"]