1
1
Fork 0
linkery/Dockerfile
2025-03-07 11:51:55 -07:00

5 lines
129 B
Docker

# serve static files with local nginx config
FROM nginx:alpine
WORKDIR /app
COPY . /site
COPY ./nginx.conf /etc/nginx/nginx.conf