ENEM/Dockerfile
2024-03-20 14:32:08 -03:00

5 lines
111 B
Docker

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