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