diff --git a/Dockerfile b/Dockerfile index b8a3ad8..b91b8ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN chown -R node:node /opt/app USER node RUN ["yarn", "build"] EXPOSE 1337 -CMD ["yarn", "start"] \ No newline at end of file +CMD ["yarn", "develop"] \ No newline at end of file