7 lines
165 B
Docker
7 lines
165 B
Docker
FROM registry.gitlab.com/hosttoday/ht-docker-node:stable
|
|
COPY ./default /serve
|
|
RUN npm install -g @servezone/staticly
|
|
WORKDIR /serve
|
|
CMD [ "staticly" ]
|
|
EXPOSE 3000
|