update build
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 7m15s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 7m15s
This commit is contained in:
@@ -23,7 +23,7 @@ ENV HOSTNAME=0.0.0.0
|
|||||||
RUN addgroup -g 1001 -S nodejs \
|
RUN addgroup -g 1001 -S nodejs \
|
||||||
&& adduser -S nextjs -u 1001 -G nodejs
|
&& adduser -S nextjs -u 1001 -G nodejs
|
||||||
|
|
||||||
COPY --from=builder /app/public ./public
|
# COPY --from=builder /app/public ./public
|
||||||
COPY --from=builder /app/.next/standalone ./
|
COPY --from=builder /app/.next/standalone ./
|
||||||
COPY --from=builder /app/.next/static ./.next/static
|
COPY --from=builder /app/.next/static ./.next/static
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user