Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-templari committed Nov 29, 2023
1 parent c74c4a4 commit 5ae354e
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 @@ -7,7 +7,7 @@ RUN npm install &&\
npm run build


FROM nginx as deploy
FROM nginx:alpine as deploy

COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist /usr/share/nginx/html

0 comments on commit 5ae354e

Please sign in to comment.