ht-docker-static/Dockerfile

7 lines
165 B
Docker
Raw Permalink Normal View History

2021-04-15 08:32:51 +00:00
FROM registry.gitlab.com/hosttoday/ht-docker-node:stable
COPY ./default /serve
RUN npm install -g @servezone/staticly
WORKDIR /serve
CMD [ "staticly" ]
EXPOSE 3000