mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
4 lines
101 B
Docker
4 lines
101 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY ./dist /usr/share/nginx/html |