git ssb

0+

Rômulo Alves / website



Tree: ffb059a9465e9ad3d05e45d9090b4beaba053fed

Files: ffb059a9465e9ad3d05e45d9090b4beaba053fed / 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