We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc6a334 + a5d5146 commit d8de0bbCopy full SHA for d8de0bb
app/Dockerfile
@@ -1,10 +1,10 @@
1
-# Dockerfile
2
-FROM node:14
+# Use the slim version of Node.js on Debian Bookworm as the base image
+FROM node:20-bookworm-slim
3
4
# Create app directory
5
WORKDIR /usr/src/app
6
7
-# Install Sails globally
+# Install Sails.js globally
8
RUN npm install -g sails
9
10
# Copy package.json and package-lock.json
0 commit comments