fix(core): update
This commit is contained in:
10
Dockerfile
10
Dockerfile
@ -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
|
||||
|
Reference in New Issue
Block a user