fix(core): update

This commit is contained in:
2021-04-15 08:32:51 +00:00
parent 0c9d2b9733
commit a8c59d1a44
16 changed files with 8 additions and 634 deletions

View File

@ -1,4 +1,6 @@
FROM nginx
COPY ./html /srv/html
COPY ./nginx/patched/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
FROM registry.gitlab.com/hosttoday/ht-docker-node:stable
COPY ./default /serve
RUN npm install -g @servezone/staticly
WORKDIR /serve
CMD [ "staticly" ]
EXPOSE 3000