Skip to content

Commit

Permalink
ci: adopt dockerfile for caprover
Browse files Browse the repository at this point in the history
  • Loading branch information
alsakhaev committed Jun 26, 2024
1 parent 2b87539 commit f304f13
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 @@ -6,7 +6,7 @@ RUN yarn
COPY . .
RUN yarn build

FROM nginx:1.26.1-alpine
FROM nginx:1.11.13-alpine
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit f304f13

Please sign in to comment.