🚑 Update outdated path in Dockerfile (#1017)

This commit is contained in:
Manuel
2023-06-07 21:55:27 +02:00
committed by GitHub
parent 64aacaf464
commit a23fc22dc9

View File

@@ -5,7 +5,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
ENV NODE_ENV production ENV NODE_ENV production
ENV NODE_OPTIONS '--no-experimental-fetch' ENV NODE_OPTIONS '--no-experimental-fetch'
COPY next.config.js ./ COPY next.config.mjs ./
COPY public ./public COPY public ./public
COPY package.json ./package.json COPY package.json ./package.json