5 lines
66 B
Docker
5 lines
66 B
Docker
FROM nginx:alpine
|
|
|
|
COPY public/ /usr/share/nginx/html/
|
|
|
|
EXPOSE 80
|