Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller authored Jun 3, 2024
1 parent 7bdeab4 commit dd45949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ADD . .
# Build
RUN npm install && npm run build

FROM docker.io/nginxinc/nginx-unprivileged:1
FROM docker.io/nginxinc/nginx-unprivileged:1-alpine

COPY --from=builder /build/dist /usr/share/nginx/html

0 comments on commit dd45949

Please sign in to comment.