Dependencies and Readme Updates (#74)

This commit is contained in:
Kevin Dang
2024-06-17 19:21:46 -07:00
committed by GitHub
parent 06638fec1f
commit 1041f4ca0b
11 changed files with 433 additions and 901 deletions

View File

@@ -1,5 +1,5 @@
# use node LTS image for version 18
FROM node:18.18.2
FROM node:hydrogen-alpine
# set working directory inside container
WORKDIR /app