www.techtransthai.org/Dockerfile
2023-07-24 11:42:23 +07:00

5 lines
87 B
Docker

FROM nginx:alpine
# Copy files to nginx path
RUN cp index.html /usr/share/nginx/html