www.techtransthai.org/Dockerfile
2023-07-24 11:30:06 +07:00

5 lines
81 B
Docker

FROM nginx:alpine
# Copy files to nginx path
RUN cp -r * /usr/share/nginx/html