Spaces:
Paused
Paused
djmuted
commited on
Commit
•
fcf1985
1
Parent(s):
5cd6458
Edit docker base image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM node
|
2 |
ADD ./* /app/
|
3 |
WORKDIR /app
|
4 |
RUN --mount=type=secret,id=ENV,mode=0444,required=true \
|
|
|
1 |
+
FROM node:18-bullseye-slim
|
2 |
ADD ./* /app/
|
3 |
WORKDIR /app
|
4 |
RUN --mount=type=secret,id=ENV,mode=0444,required=true \
|