www.techtransthai.org/Dockerfile

6 lines
87 B
Text
Raw Normal View History

2023-07-24 11:01:26 +07:00
FROM nginx:alpine
# Copy files to nginx path
2023-07-24 11:41:31 +07:00
RUN cp index.html /usr/share/nginx/html
2023-07-24 11:01:26 +07:00