git ssb

0+

Rômulo Alves / website



Tree: 90f1fa10f4cf1eadad9cd3539872fd71cc183030

Files: 90f1fa10f4cf1eadad9cd3539872fd71cc183030 / Dockerfile

181 bytesRaw
1FROM mhart/alpine-node:10
2
3WORKDIR /usr/src
4
5COPY package.json package-lock.json ./
6
7RUN npm ci
8
9COPY . .
10
11RUN npm run export && \
12 mv out /public && \
13 cp -R .well-known /public/

Built with git-ssb-web