diff --git a/strapi.dockerfile b/strapi.dockerfile index 7bfcb3e..9cf302d 100644 --- a/strapi.dockerfile +++ b/strapi.dockerfile @@ -11,6 +11,5 @@ ENV NODE_ENV=production RUN pnpm run build RUN chown -R node:node /app USER node -EXPOSE 5555 ENTRYPOINT ["pnpm"] CMD ["run", "start"] \ No newline at end of file