diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-23 07:24:43 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-23 07:24:43 +0000 |
commit | 7befb0d210a820c29a22f3c80c89620fe20c4c17 (patch) | |
tree | 3084b94a0dd1256164bef4881648f1b0fdbf8cbe /spring-front/Dockerfile | |
parent | wip (diff) | |
download | mdrtl-7befb0d210a820c29a22f3c80c89620fe20c4c17.tar.gz mdrtl-7befb0d210a820c29a22f3c80c89620fe20c4c17.zip |
wip
Diffstat (limited to 'spring-front/Dockerfile')
-rw-r--r-- | spring-front/Dockerfile | 1 |
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 |