update docker cmd and node version

This commit is contained in:
Nour Alharithi
2024-03-29 17:26:36 -07:00
parent ca0120faf0
commit 4865d14c2d

View File

@@ -1,4 +1,4 @@
FROM public.ecr.aws/bitnami/node:16
FROM public.ecr.aws/bitnami/node:18
RUN apt-get install git
ENV NODE_ENV=production
RUN npm install -g yarn