ifmspp-html-docker-example/Dockerfile

8 lines
114 B
Docker
Raw Permalink Normal View History

2024-03-20 13:14:11 +00:00
FROM nginx:1.25.4
# Copy the build output to replace the default nginx contents.
COPY . /usr/share/nginx/html