Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Use nginx:alpine as docker base image for client
Browse files Browse the repository at this point in the history
  • Loading branch information
derogab authored Oct 29, 2021
1 parent a1e94fd commit 856091a
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 @@ -21,7 +21,7 @@ RUN npm run build


# production environment
FROM nginx:stable
FROM nginx:alpine

# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 856091a

Please sign in to comment.