aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/Dockerfile')
-rw-r--r--spring-front/Dockerfile1
1 files changed, 0 insertions, 1 deletions
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