Cleanup Dockerfile: remove unnecessary blank line for improved readability
This commit is contained in:
parent
2b0efdfc32
commit
33dfe87040
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ WORKDIR /app
|
||||||
COPY --from=deps /app/node_modules ./node_modules
|
COPY --from=deps /app/node_modules ./node_modules
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ARG BASE_URL
|
ARG BASE_URL
|
||||||
ENV NEXT_PUBLIC_BASE_URL=$BASE_URL
|
ENV NEXT_PUBLIC_BASE_URL=$BASE_URL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue