fix: docker-compose up command fails (#227)

This commit is contained in:
kimatata
2025-05-25 08:56:43 +09:00
committed by GitHub
parent 575c4cbedb
commit 13e0727914
6 changed files with 20 additions and 20 deletions

View File

@@ -64,9 +64,6 @@ WORKDIR /app
# Copy custom combined_server.js that combines frontend and backend
COPY combined_server.js ./
# Switch to non-root user
USER nextjs
# Expose the port
EXPOSE 8000