fix: unnecessary spaces in Dockerfile

This commit is contained in:
Dawid Wysokiński 2021-11-07 08:11:05 +01:00
parent 642b7c83c7
commit 13a47d079f
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ ENV SENTRY_WEBPACK_PLUGIN_ENABLED=$SENTRY_WEBPACK_PLUGIN_ENABLED \
NEXT_PUBLIC_VERSION=$VERSION \
NEXT_PUBLIC_PLAUSIBLE_ENABLED=$PLAUSIBLE_ENABLED \
NEXT_PUBLIC_PLAUSIBLE_DOMAIN=$PLAUSIBLE_DOMAIN \
NEXT_PUBLIC_PLAUSIBLE_CUSTOM_DOMAIN = $PLAUSIBLE_CUSTOM_DOMAIN \
NEXT_PUBLIC_PLAUSIBLE_CUSTOM_DOMAIN=$PLAUSIBLE_CUSTOM_DOMAIN \
BUILDING_PROCESS=true
COPY . .
@ -58,7 +58,7 @@ ENV NODE_ENV=production \
NEXT_PUBLIC_VERSION=$VERSION \
NEXT_PUBLIC_PLAUSIBLE_ENABLED=$PLAUSIBLE_ENABLED \
NEXT_PUBLIC_PLAUSIBLE_DOMAIN=$PLAUSIBLE_DOMAIN \
NEXT_PUBLIC_PLAUSIBLE_CUSTOM_DOMAIN = $PLAUSIBLE_CUSTOM_DOMAIN \
NEXT_PUBLIC_PLAUSIBLE_CUSTOM_DOMAIN=$PLAUSIBLE_CUSTOM_DOMAIN \
BUILDING_PROCESS=false
COPY --from=builder /app/next.config.js ./