look, sometimes you just gotta...

This commit is contained in:
Hunter W.
2026-05-31 10:53:52 -04:00
parent ab9cf54183
commit 4d75830b79

View File

@@ -24,10 +24,9 @@ ENV PORT=3050
RUN addgroup --system --gid 1001 app && \ RUN addgroup --system --gid 1001 app && \
adduser --system --uid 1001 app adduser --system --uid 1001 app
COPY --from=build /app/public ./.next COPY --from=build /app/public ./public
COPY --from=build --chown=app:app /app/.next/standalone ./ COPY --from=build --chown=app:app /app/.next/standalone ./
COPY --from=build --chown=app:app /app/.next/static ./.next/static COPY --from=build --chown=app:app /app/.next/static ./.next/static
COPY --from=build --chown=app:app /app/next.config.ts ./
USER app USER app
EXPOSE 3050 EXPOSE 3050