diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-31 15:03:55 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-31 15:03:55 +0000 |
commit | f9a82dc311a877026993874826d988483d6f2d8d (patch) | |
tree | 6928df6068b81c890321d63191f86a4a2499dae4 /spring-front/Dockerfile | |
parent | moved everything into one class (diff) | |
download | mdrtl-f9a82dc311a877026993874826d988483d6f2d8d.tar.gz mdrtl-f9a82dc311a877026993874826d988483d6f2d8d.zip |
wip
Diffstat (limited to 'spring-front/Dockerfile')
-rw-r--r-- | spring-front/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-front/Dockerfile b/spring-front/Dockerfile index 18b6b57..5e236e6 100644 --- a/spring-front/Dockerfile +++ b/spring-front/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app ENV PATH /app/node_modules/.bin:$PATH COPY package.json ./ COPY package-lock.json ./ -RUN npm ci +RUN npm ci --production RUN npm install react-scripts -g COPY ./public/ ./public/ COPY ./src/ ./src/ |