Cydo
Explore posts from serversā
Can't update database in docker.
Is there a reason why? Normally i just do everything locally no docker.
When i want to deploy I ssh into my server and manually drag the files where they need to go, install everything setup nginx etc, but i though Docker would make everything in my life easier but I have been on the struggle bus lol
15 replies
ā
Can't update database in docker.
Maybe Iām thinking about how docker is used wrong then?
Iām running this in development right now so I figured I had to run the commands in the container in order for the SQLite database to get updated while Iām developing.
15 replies
ā
When and when not to use a DTO?
Perfect, so then this is fine. This is just a simple get request, that pulls data back i want to display all neatly on cards i show on my client, and nothing deeper in the app is affected š
So in my case where im using CQRS i can directly make the
Response
which is my DTO just be returned directly.4 replies