Aardwolf-Social / aardwolf-social

Powering connected social communities with open software.
https://aardwolf.social
GNU Affero General Public License v3.0
485 stars 44 forks source link

Fix Docker Builds #334

Closed BanjoFox closed 1 week ago

BanjoFox commented 1 week ago

The Docker CI Builds used to work, however, they now throw the error

Run docker build . --file Dockerfile --tag my-image-name:$(date +%s)
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2B done
#1 DONE 0.0s
ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
Error: Process completed with exit code 1.

Should be an easy fix, could be as simple as updating the path.

Docker CI Workflow File Link https://github.com/Aardwolf-Social/aardwolf-social/actions/workflows/docker.yml

Dhruvnotfound commented 1 week ago

I hope you're doing well. I would love to contribute towards resolving this issue. Could you please assign this issue to me if possible?

BanjoFox commented 1 week ago

Done

BanjoFox commented 1 week ago

Docker Builds appear to be working. All files are self-contained within /docker root folder.