Skip to content

Commit

Permalink
Adjusts Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ridoo committed Oct 24, 2023
1 parent fe2fbfe commit 6d7fe38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github/
node_modules/
doc/

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm install

# copy the app and build it
COPY . /usr/src/app
RUN npm run build:complete
RUN NODE_OPTIONS="--max-old-space-size=8192" npm run build:complete

FROM nginx:alpine
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:host() {
:host {
.input-group {
padding: 3px 0px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}
}

:host() {
:host {
.legendItem {
background-color: white;
padding: 5px;
Expand Down

0 comments on commit 6d7fe38

Please sign in to comment.