bug fixes and add config page content
This commit is contained in:
@@ -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 /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user