forked from nebulosus/web
2 lines
56 B
Docker
2 lines
56 B
Docker
FROM nginx:latest
|
|
COPY ./public/ /usr/share/nginx/html/
|