Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shiny App cannot be deployed. (PAGE NOT FOUND) #66

Closed
CoolShades opened this issue Apr 5, 2024 · 2 comments
Closed

Shiny App cannot be deployed. (PAGE NOT FOUND) #66

CoolShades opened this issue Apr 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@CoolShades
Copy link

There is a bug where the Shiny App is not deployed when following the steps described in the README.md

Step 1: Clone the Git Repo into a folder
Step 2: Build the image with docker build . -t prisma-shiny:1 in the PRISMA2020 directory
Step 3: Deploy the app with docker run -it --rm -p 3838:3838 prisma-shiny:1
Step 4: Go to localhost:3838

Outcome:
image

@chriscpritchard chriscpritchard added the bug Something isn't working label May 5, 2024
@chriscpritchard
Copy link
Collaborator

I don't use docker, so if there are any logs etc you can post (or send to me) that would be helpful

@chriscpritchard
Copy link
Collaborator

So I've just installed docker and taken a look, it's working fine for me - make sure you're going to http://localhost:3838/app rather than just http://localhost:3838 (http://localhost:3838 goes to the same page your screenshot shows).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants