www.techtransthai.org/Dockerfile

6 lines
81 B
Docker
Raw Normal View History

2023-07-24 04:01:26 +00:00
FROM nginx:alpine
# Copy files to nginx path
2023-07-24 04:30:06 +00:00
RUN cp -r * /usr/share/nginx/html
2023-07-24 04:01:26 +00:00