Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stage' into feature/IOT-1276-Col…
Browse files Browse the repository at this point in the history
…umn-administration-on-gateway-table
  • Loading branch information
fcv-iteratorIt committed Dec 5, 2023
2 parents 23fc590 + a9603f3 commit b4011f0
Show file tree
Hide file tree
Showing 7 changed files with 13,454 additions and 15,073 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on https://mherman.org/blog/dockerizing-an-angular-app/
# base image
FROM node:14-alpine as DEV
FROM node:16-alpine as DEV

# removed this for now
# install chrome for protractor tests
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"assets": [
"src/favicon.ico",
"src/assets",
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco-editor" }
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "/assets/monaco/" }
],
"styles": [
"./node_modules/animate.css/animate.min.css",
Expand Down
Loading

0 comments on commit b4011f0

Please sign in to comment.