Files
osdict_project/osdict_front/Dockerfile

6 lines
111 B
Docker
Raw Permalink Normal View History

2022-10-22 11:01:52 +08:00
FROM nginx:stable
COPY ./*.conf /etc/nginx/conf.d
COPY . /var/local/web/
CMD [ "nginx", "-g", "daemon off;" ]