🔥 Fix indentation because I'm a perfectionist
This commit is contained in:
@@ -2,7 +2,7 @@ FROM node:16-alpine
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
COPY /next.config.js ./
|
COPY /next.config.js ./
|
||||||
COPY /public ./public
|
COPY /public ./public
|
||||||
COPY /package.json ./package.json
|
COPY /package.json ./package.json
|
||||||
# Automatically leverage output traces to reduce image size. https://nextjs.org/docs/advanced-features/output-file-tracing
|
# Automatically leverage output traces to reduce image size. https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||||
COPY /.next/standalone ./
|
COPY /.next/standalone ./
|
||||||
|
|||||||
Reference in New Issue
Block a user