ifmspp-html-docker-example/Dockerfile
2024-03-20 09:14:11 -04:00

8 lines
114 B
Docker

FROM nginx:1.25.4
# Copy the build output to replace the default nginx contents.
COPY . /usr/share/nginx/html