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