ENEM/Dockerfile

5 lines
111 B
Docker
Raw Normal View History

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