Skip to content
Snippets Groups Projects
Commit 83c5d923 authored by Elodie Chapeaublanc's avatar Elodie Chapeaublanc
Browse files

fix path script install server

parent c7397b9e
No related branches found
No related tags found
1 merge request!14Add python
Pipeline #106206 passed
Pipeline: shiny-k8s-example

#106213

    ...@@ -43,7 +43,7 @@ RUN pip install --no-cache-dir --upgrade pip \ ...@@ -43,7 +43,7 @@ RUN pip install --no-cache-dir --upgrade pip \
    # Install shiny server # Install shiny server
    ARG SHINY_SERVER_VERSION=latest ARG SHINY_SERVER_VERSION=latest
    RUN mkdir /opt/scripts RUN mkdir /opt/scripts
    COPY install_shiny_server.sh /opt/scripts/install_shiny_server.sh COPY ./scripts/install_shiny_server.sh /opt/scripts/install_shiny_server.sh
    RUN /opt/scripts/install_shiny_server.sh RUN /opt/scripts/install_shiny_server.sh
    # allows trafic from all ips # allows trafic from all ips
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment