chore: remove debug steps and loyment workflow
This commit is contained in:
@@ -7,10 +7,8 @@ RUN addgroup --system --gid 1001 nodejs
|
||||
RUN adduser --system --uid 1001 nextjs
|
||||
|
||||
# Copy standalone output
|
||||
# We assume the context contains the .next folder and public folder from the artifacts
|
||||
COPY --chown=nextjs:nodejs .next/standalone ./
|
||||
COPY --chown=nextjs:nodejs .next/static ./.next/static
|
||||
COPY --chown=nextjs:nodejs public ./public
|
||||
# The context is now the standalone folder itself
|
||||
COPY --chown=nextjs:nodejs . .
|
||||
|
||||
USER nextjs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user