public/Dockerfile
gfxv f9664fd1ed
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 26s
ops: add ci/cd for web app
2025-03-03 18:22:03 +03:00

7 lines
73 B
Docker

FROM nginx:latest-alpine
COPY ./src/ /usr/share/nginx/html/
EXPOSE 80