7
Some checks failed
Deploy Website / deploy (push) Failing after 24s

This commit is contained in:
Lee 2024-10-04 21:13:15 +01:00
parent e4d00c890a
commit 8952ec63d7

@ -45,7 +45,7 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
# Ensure necessary directories exist and are writable
RUN mkdir /app/website/.next
RUN mkdir -p /app/website/.next
RUN chown nextjs:nodejs /app/website/.next
# Copy built files from the builder stage