Skip to content

Commit

Permalink
create appuser
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Jan 10, 2025
1 parent 3d398ff commit 481a5c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ ENV PYTHONPATH="${PYTHONPATH}:/app"
# Stage 3: Final image
FROM node:20.10.0-slim

# Recreate the appuser in the final stage
RUN useradd -m appuser

# Copy Node.js build artifacts
COPY --from=node-build /workspace /workspace

Expand Down

0 comments on commit 481a5c1

Please sign in to comment.