From 0887e16dcbb52ba3d32ac4dbb7dff6b3ba92e8af Mon Sep 17 00:00:00 2001 From: Omer Sabic Date: Wed, 29 May 2024 21:47:16 +0200 Subject: [PATCH] bruh --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5248070..d2f2b20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,6 @@ FROM node:18-alpine # Create app directory WORKDIR /usr/src/app -RUN npm install -g yarn - # Install app dependencies # A wildcard is used to ensure both package.json AND package-lock.json are copied # where available (npm@5+) and yarn.lock because we are using yarn