The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: docker build

Luna e3abcd12 ebecc42e

+2 -7
+2 -7
Dockerfile
··· 20 20 PORT=3000 \ 21 21 HOSTNAME="0.0.0.0" 22 22 23 - RUN addgroup --system --gid 1001 nodejs && \ 24 - adduser --system --uid 1001 nextjs 25 - 26 23 COPY --from=builder /app/public ./public 27 - COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ 28 - COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static 29 - 30 - USER nextjs 24 + COPY --from=builder /app/.next/standalone ./ 25 + COPY --from=builder /app/.next/static ./.next/static 31 26 32 27 EXPOSE 3000 33 28