@chat21/chat21-web-widget 5.1.0-rc.3 → 5.1.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/Dockerfile +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ COPY . .
|
|
|
15
15
|
|
|
16
16
|
## Build the angular app in production mode and store the artifacts in dist folder
|
|
17
17
|
|
|
18
|
-
RUN npm run ng build -- --configuration="prod" --output-path=dist --base-href="./" --output-hashing=none
|
|
18
|
+
RUN npm run ng build -- --configuration="prod" --output-path=dist --base-href="./" --output-hashing=none
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
### STAGE 2: Setup ###
|