Update Dockerfile

This commit is contained in:
prafull-opensignlabs
2024-02-22 20:19:17 +05:30
committed by GitHub
parent 41e192acb0
commit a47dc8e767
+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