Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
RUN apk add git curl bash wget sudo
|
| 2 |
WORKDIR /app
|
| 3 |
RUN git clone https://github.com/anse-app/anse .
|
|
|
|
| 1 |
+
FROM node:alpine
|
| 2 |
RUN apk add git curl bash wget sudo
|
| 3 |
WORKDIR /app
|
| 4 |
RUN git clone https://github.com/anse-app/anse .
|