UNPKG

126 BPlain TextView Raw
1# Not done yet
2
3FROM ubuntu:latest
4RUN apt-get update
5RUN apt-get install -y nodejs npm
6
7WORKDIR /app
8ADD . .
9
10RUN npm install
\No newline at end of file