This commit is contained in:
@@ -13,8 +13,6 @@ RUN corepack enable yarn && yarn build
|
|||||||
|
|
||||||
# Stage 3: Production server
|
# Stage 3: Production server
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
COPY /app/.next/standalone ./
|
|
||||||
COPY /app/.next/static ./.next/static
|
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["yarn", "start"]
|
CMD ["yarn", "start"]
|
||||||
Reference in New Issue
Block a user