Skip to content

Commit

Permalink
removing build & start from the nextjs docker production file
Browse files Browse the repository at this point in the history
  • Loading branch information
RmnRss committed Sep 21, 2020
1 parent d53194c commit 9e182b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ ENV NODE_ENV=production
ENV NEXT_PUBLIC_STRAPI_PUBLIC_URL=
ENV NEXT_PUBLIC_STRAPI_CLUSTER_URL=

RUN npm run build

EXPOSE 3000:3000

CMD npm run start

0 comments on commit 9e182b6

Please sign in to comment.