luxirty-search/Dockerfile

5 lines
96 B
Docker
Raw Normal View History

2024-10-08 08:47:49 +00:00
FROM nginx:1.27
COPY ./dist/ /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]