Update Dockerfile

This commit is contained in:
prafull-opensignlabs
2024-02-22 20:19:35 +05:30
committed by GitHub
parent a47dc8e767
commit 564f57b879
+1 -1
View File
@@ -1,5 +1,5 @@
# Use an official Node runtime as the base image
FROM node:16
FROM node:18
# Set the working directory inside the container
WORKDIR /usr/src/app