Spaces:
Build error
Build error
Colab User commited on
Commit ·
3d54be7
1
Parent(s): 9472cc8
Initial commit: Deploy rasa-engine API server
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use an official Node.js runtime as a parent image
|
| 2 |
-
FROM node:
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /app
|
|
|
|
| 1 |
# Use an official Node.js runtime as a parent image
|
| 2 |
+
FROM node:20-alpine
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /app
|