setka/Dockerfile
Egor Matveev c25b464b0d
All checks were successful
Deploy Prod / Build (pull_request) Successful in 6s
Deploy Prod / Push (pull_request) Successful in 10s
Deploy Prod / Deploy prod (pull_request) Successful in 13s
initial
2025-09-17 18:46:30 +03:00

5 lines
95 B
Docker

FROM nginx
COPY index.html /nginx/index.html
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 1238