Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exchanged ENTRYPOINT with CMD
  • Loading branch information
jenzopr committed Oct 14, 2019
1 parent 4ea6bd3 commit 676eb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wilson-basic/Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM rocker/shiny:3.6.1
LABEL maintainer="Jens Preussner <jens.preussner@mpi-bn.mpg.de>"
LABEL maintainer="Hendrik Schultheis <hendrik.schultheis@mpi-bn.mpg.de>"
LABEL maintainer="Carsten Kuenne <carsten.kuenne@mpi-bn.mpg.de>"
LABEL version="2.1.0"
LABEL version="2.1.1"

#
# Configuration
Expand Down Expand Up @@ -48,4 +48,4 @@ RUN apt-get update && apt-get install -y \

# Start container
USER shiny
ENTRYPOINT ["/entrypoint.sh", "/usr/bin/shiny-server.sh"]
CMD ["/entrypoint.sh", "/usr/bin/shiny-server.sh"]

0 comments on commit 676eb88

Please sign in to comment.