bug fixes and add config page content

This commit is contained in:
friedemann.blume
2024-01-12 21:18:29 +01:00
parent abdaedb63a
commit 62d449510b
3 changed files with 50 additions and 13 deletions

View File

@@ -45,13 +45,15 @@ VOLUME [ "/data/" ]
# r packages
RUN R -e 'install.packages("shiny")'
RUN R -e 'install.packages("DT")'
# copy the app directory into the image
COPY ./eprilog.r /
# copy status docker files
COPY ./.status-docker_dockerfile /app/.status-docker
COPY ./.status-docker_dockerfile /.status-docker
WORKDIR /