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

Backend deploy #35

Open
itsmylife44 opened this issue Jul 15, 2022 · 4 comments
Open

Backend deploy #35

itsmylife44 opened this issue Jul 15, 2022 · 4 comments

Comments

@itsmylife44
Copy link
Contributor

Hi , I’m trying to update your project , but a question , as I’m not really familiar with spring boot .

Is there any way to test the backend without pulling the docker container ? Or do I need to push a container on the docker hub on every change ?

Thanks in advanced !

@grimsi
Copy link
Owner

grimsi commented Jul 15, 2022

It has been a long time since I worked with this application, but for development you don't have to build a new image to start the app. You need to have the Docker service running, but you can just start the application as you do a normal Java application. If you're using IntelliJ IDEA as IDE it should be detected automatically

@itsmylife44
Copy link
Contributor Author

Thanks for you reply .

Problem is , if I start the application , the app is pulling the docker image from the docker hub , and I’ve never the new backend build running .

@grimsi
Copy link
Owner

grimsi commented Jul 15, 2022

It's pulling the image for the servers (they also run in Docker containers, that's why you need Docker running).
I will take a look later today if I can get it working

@itsmylife44
Copy link
Contributor Author

Ah ok , now I understood .

I was thinking that he pulled the whole app from the docker container , not the server container .

Thanks for the info :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants