diff --git a/Dockerfile b/Dockerfile index 705a835..53c6021 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", "development"] \ No newline at end of file +CMD ["yarn", "develop"] \ No newline at end of file