www.techtransthai.org/Dockerfile

5 lines
93 B
Text
Raw Permalink Normal View History

2023-11-19 19:55:21 +07:00
FROM docker.io/library/nginx:alpine
2023-07-24 11:01:26 +07:00
# Copy files to nginx path
2023-07-24 11:54:27 +07:00
COPY . /usr/share/nginx/html