Spaces:
Sleeping
Sleeping
eienmojiki
commited on
Commit
•
04069d4
1
Parent(s):
99c139c
Create Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM corentinth/enclosed
|
2 |
+
|
3 |
+
EXPOSE 8787
|
4 |
+
|
5 |
+
CMD ["node", "index.cjs"]
|