samsapti.dev/Dockerfile

5 lines
103 B
Docker
Raw Normal View History

2024-02-10 16:59:05 +00:00
FROM nginx:alpine-slim
COPY nginx.conf /etc/nginx/conf.d/web.conf
COPY public/ /usr/share/nginx/html/