react/Dockerfile
jank e551781de0
Some checks failed
Build and Push Docker Image / Build (push) Failing after 46s
Build and Push Docker Image / Package (push) Has been skipped
chore: Initial
2025-09-10 12:04:00 +02:00

4 lines
102 B
Docker

FROM nginx:stable-alpine
COPY dist /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]