forked from github-starred/komodo
pull down log container size
This commit is contained in:
+2
-2
@@ -3,8 +3,6 @@ FROM node:alpine
|
||||
RUN apk update && apk add docker git openrc yarn python3 --no-cache
|
||||
RUN addgroup root docker && rc-update add docker boot
|
||||
|
||||
COPY ./frontend /frontend
|
||||
|
||||
WORKDIR /monitor
|
||||
|
||||
COPY ./build/package.json ./
|
||||
@@ -15,4 +13,6 @@ RUN apk add --no-cache --virtual .gyp python3 make g++ \
|
||||
|
||||
COPY ./build/main.js ./
|
||||
|
||||
COPY ./frontend /frontend
|
||||
|
||||
CMD node main.js
|
||||
@@ -1,7 +1,7 @@
|
||||
@use "../../../../style/colors.scss" as c;
|
||||
|
||||
.LogContainer {
|
||||
max-height: 80vh;
|
||||
max-height: 75vh;
|
||||
margin: 0.5rem;
|
||||
margin-top: 0rem;
|
||||
background-color: rgba(c.$darkgrey, 0.6);
|
||||
|
||||
Reference in New Issue
Block a user