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

The image does not open at runtime in Docker. #220

Open
Kouroshkt opened this issue Feb 9, 2024 · 2 comments
Open

The image does not open at runtime in Docker. #220

Kouroshkt opened this issue Feb 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Kouroshkt
Copy link
Contributor

When we run the application in Docker. Files from the webroot folder are not retrieved correctly and are not displayed at runtime.

@Kouroshkt Kouroshkt added the bug Something isn't working label Feb 9, 2024
@kappsegla
Copy link
Contributor

kappsegla commented Feb 9, 2024

I think that the images in webroot folder are stored with Git Large File Storage https://git-lfs.com/ and will not be downloaded when doing a checkout with git.
When checking out the git repo using actions/checkout@v4 we can according to the documentation tell it to include lfs files or not:

with:
  lfs: true

@ajohnsson95 ajohnsson95 self-assigned this Feb 16, 2024
@ajohnsson95
Copy link

i've added lfs: true in maven.yml check #223

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

3 participants