Spaces:
Sleeping
Sleeping
Darrell D
commited on
Commit
·
aad5589
1
Parent(s):
060ad07
slim
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM node
|
| 2 |
|
| 3 |
|
| 4 |
COPY ./.output/ /app/
|
|
|
|
| 1 |
+
FROM node:slim
|
| 2 |
|
| 3 |
|
| 4 |
COPY ./.output/ /app/
|