Colab User commited on
Commit
3d54be7
·
1 Parent(s): 9472cc8

Initial commit: Deploy rasa-engine API server

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use an official Node.js runtime as a parent image
2
- FROM node:18-alpine
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