removing erroring line from dockerfile

This commit is contained in:
Nour Alharithi
2024-07-18 12:10:07 -07:00
parent bbe4cf62c4
commit 06c93b7574

View File

@@ -1,7 +1,6 @@
FROM public.ecr.aws/bitnami/node:18
RUN apt-get install git
ENV NODE_ENV=production
# RUN npm install -g yarn --force
RUN npm install -g typescript
WORKDIR /app