git ssb

0+

Rômulo Alves / website



Tree: 73c7ce63709146b438d28a358ba1e2944060ccd9

Files: 73c7ce63709146b438d28a358ba1e2944060ccd9 / Dockerfile

159 bytesRaw
1FROM mhart/alpine-node
2
3ENV NODE_ENV production
4
5WORKDIR /app
6
7RUN npm i -g serve \
8 && mkdir -p /app
9
10COPY . /app/
11
12EXPOSE 3000
13
14CMD ["serve", "-l", "3000"]
15

Built with git-ssb-web