git ssb

0+

Rômulo Alves / website



Tree: 75915c9348244854047dbdd52beaac6c8c087cbb

Files: 75915c9348244854047dbdd52beaac6c8c087cbb / 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