From 7befb0d210a820c29a22f3c80c89620fe20c4c17 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 23 Mar 2022 11:54:43 +0430 Subject: wip --- spring-front/Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'spring-front/Dockerfile') diff --git a/spring-front/Dockerfile b/spring-front/Dockerfile index 9bb7ca7..18b6b57 100644 --- a/spring-front/Dockerfile +++ b/spring-front/Dockerfile @@ -10,7 +10,6 @@ COPY package.json ./ COPY package-lock.json ./ RUN npm ci RUN npm install react-scripts -g -# COPY . ./ COPY ./public/ ./public/ COPY ./src/ ./src/ RUN npm run build -- cgit v1.2.3