DEV Community

Discussion on: Dockerized Next.js on SSH server using Github Action.

Collapse
 
aeshevch profile image
Александр Шевченко

The error was quite stupid - there was not enough space on the server :)

Thread Thread
 
es404020 profile image
es404020

O that is very common i usually add this
"docker system prune -af" in my script file to remove all unused container