Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Banfield Wesley
TCNtools
Commits
a6d76572
Commit
a6d76572
authored
Dec 10, 2020
by
Banfield Wesley
Browse files
Update app.Dockerfile
parent
ea98f238
Changes
1
Hide whitespace changes
Inline
Side-by-side
app.Dockerfile
View file @
a6d76572
...
...
@@ -11,7 +11,8 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libssh2-1-dev
\
unixodbc-dev
\
libcurl4-openssl-dev
\
libssl-dev
libssl-dev
\
git
## update system libraries
RUN
apt-get update
&&
\
...
...
@@ -20,7 +21,7 @@ RUN apt-get update && \
# copy necessary files
## app folder (folder must contain App.R file)
COPY
/tcntools/inst/shinyapp_sato ./app
RUN
git clone https://gitlab.osupytheas.fr/vgodard/tcntools
&&
cp
.
/tcntools/inst/shinyapp_sato ./app
#expose port
EXPOSE
8080
...
...
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