Skip to content

Commit

Permalink
Fix #64 - removes unnecessary content
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosse Nyström authored and drBosse committed Mar 26, 2022
1 parent 7397e17 commit 18eb9a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# hidden files
.dockerignore
.git
.github
.gitignore
.Rhistory
.Rproj.user
# folders
scripts
# files
Dockerfile
LICENSE
Makefile
README.md
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ARG TEMPO_RENVIRON
COPY ${TEMPO_RENVIRON} /home/shiny/.Renviron

WORKDIR /srv/shiny-server
RUN rm -rf /opt/shiny-server/samples
RUN rm -rf *
COPY . .

ENV PORT 3838
Expand Down

0 comments on commit 18eb9a6

Please sign in to comment.