Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IFB Biosphère
Biosphere Apps
Biosphere App Shiny
Commits
07f8f97a
Commit
07f8f97a
authored
Jan 20, 2022
by
BLANCHET Christophe
Browse files
Build's context set in the app directory
parent
7bbb58a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile.sample
Dockerfile.sample
+2
-2
No files found.
Dockerfile.sample
View file @
07f8f97a
...
...
@@ -2,14 +2,14 @@
# with R module (install.R) and their system dependencies (apt.txt)
FROM rocker/shiny-verse
ARG SHINY_REPODIR='.'
ARG SHINY_SERVERDIR=/srv/shiny-server
USER root
WORKDIR ${SHINY_SERVERDIR}
RUN rm -r *
COPY ${SHINY_REPODIR}/ ./
# Build's context should be set in the App directory
COPY ./ ./
# Install packages with apt-get
RUN if [ -f "apt.txt" ]; then \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment