Use prod build for public things
This commit is contained in:
parent
e98ae905ce
commit
5d15fbcd3d
2 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@ COPY package.json ./
|
|||
COPY package-lock.json ./
|
||||
RUN npm ci --silent
|
||||
RUN npm install react-scripts -g --silent
|
||||
RUN npm audit fix
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue