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