Spaces:
Build error
Build error
Created Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM node:ubuntu
|
| 2 |
+
COPY . /app
|
| 3 |
+
WORKDIR /app
|
| 4 |
+
CMD node app.js
|