Update Dockerfile

This commit is contained in:
Pawan Osman
2024-04-14 14:20:17 +03:00
committed by GitHub
parent 9fc6df667a
commit 0ae934f89d
+1 -1
View File
@@ -1,5 +1,5 @@
# Use a Node.js base image
FROM node:19
FROM node:19-alpine
# Set the working directory
WORKDIR /app