Skip to content

Change dockerfile paths - #43

Merged
dmitryplyaskin merged 4 commits into
dmitryplyaskin:devfrom
arrowbarbarian:patch-1
Jan 13, 2026
Merged

Change dockerfile paths#43
dmitryplyaskin merged 4 commits into
dmitryplyaskin:devfrom
arrowbarbarian:patch-1

Conversation

@arrowbarbarian

Copy link
Copy Markdown

the docker compose file (compose.yaml) sets the context to the current folder:
build:
pull: true
context: .

So when the repository is cloned the dockerfile would look for a SillyInnkeeper folder in the current folder, causing an error. this is easily fixed by removing the SillyInnkeeper/ from all the copy commands.

dmitryplyaskin and others added 4 commits January 5, 2026 18:00
…se--branches--main--components--SillyInnkeeper

chore(main): release 0.4.0
the docker compose file (compose.yaml) sets the context to the current folder:
    build:
      pull: true
      context: .

So when the repository is cloned the dockerfile would look for a SillyInnkeeper folder in the current folder, causing an error. 
this is easily fixed by removing the SillyInnkeeper/ from all the copy commands.
@dmitryplyaskin
dmitryplyaskin changed the base branch from main to dev January 13, 2026 14:01
@dmitryplyaskin
dmitryplyaskin merged commit 15ff00b into dmitryplyaskin:dev Jan 13, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants