From 8f3d9dc6642193fb3bff8d4c63e3c2d014d1fc92 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Sat, 29 Oct 2022 14:18:49 +0100 Subject: [PATCH] ples work ty --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d91255..3437c22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,6 @@ RUN \ # Copy cached files COPY node_modules ./ -# Install dependencies -RUN yarn - # Rebuild the source code only when needed FROM node:18-alpine AS builder WORKDIR /app