aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-23 07:24:43 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-23 07:24:43 +0000
commit7befb0d210a820c29a22f3c80c89620fe20c4c17 (patch)
tree3084b94a0dd1256164bef4881648f1b0fdbf8cbe /spring-front/Dockerfile
parentwip (diff)
downloadmdrtl-7befb0d210a820c29a22f3c80c89620fe20c4c17.tar.gz
mdrtl-7befb0d210a820c29a22f3c80c89620fe20c4c17.zip
wip
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