Try to fix docker image

This commit is contained in:
ajnart
2023-01-08 12:41:08 +09:00
parent e051f4c688
commit 0785e71394

View File

@@ -14,6 +14,8 @@ COPY package.json ./package.json
COPY .next/standalone ./ COPY .next/standalone ./
COPY .next/static ./.next/static COPY .next/static ./.next/static
RUN apk add --update nodejs npm
EXPOSE 7575 EXPOSE 7575
ENV PORT 7575 ENV PORT 7575