Skip to content

Commit

Permalink
build: fix add prod stage to frontend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 20, 2023
1 parent 53f033b commit 962b2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/prod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY ${APP_NAME}/ .
RUN npm run build


FROM docker.io/devforth/spa-to-http:1.0.3
FROM docker.io/devforth/spa-to-http:1.0.3 as prod
WORKDIR /app
# Add non-root user, permissions
RUN adduser -D -u 900 -h /home/appuser appuser
Expand Down

0 comments on commit 962b2c8

Please sign in to comment.