Files
api-copp/Dockerfile.web
2026-03-01 21:40:09 +05:00

3 lines
58 B
Docker

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