git ssb

0+

Rômulo Alves / website



Tree: c93fc525cacb600afd7f77279a0dac001ee272b3

Files: c93fc525cacb600afd7f77279a0dac001ee272b3 / Dockerfile

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

Built with git-ssb-web