Update Dockerfile

This commit is contained in:
Pawan Osman
2024-04-14 14:22:21 +03:00
committed by GitHub
parent 0ae934f89d
commit d8f0f2cea0
+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