mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[GH-ISSUE #129] Cannot build image from dockerfile #32
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seemebreakthis on GitHub (Nov 16, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/129
I see this when I try to build docker image and container:
@guyzyl commented on GitHub (Nov 17, 2023):
Are you trying to build the combined
Dockerfile(in the root directory of the project), or the separate images for the backend/frontend?If you're trying to build one of the separate ones, check this out:
github.com/guyzyl/whatsapp-contact-sync@dc1770d0af/README.md (L88-L93)@seemebreakthis commented on GitHub (Nov 18, 2023):
Yes turned out I made a really silly mistake of doing it in the wrong directory. My bad. Thanks for responding.
@guyzyl commented on GitHub (Nov 18, 2023):
No worries, glad I could help!