Skip to content

feat: dockerize Jetfish#1

Draft
bhenrich wants to merge 3 commits intospace-wizards:masterfrom
bhenrich:feat/docker
Draft

feat: dockerize Jetfish#1
bhenrich wants to merge 3 commits intospace-wizards:masterfrom
bhenrich:feat/docker

Conversation

@bhenrich
Copy link
Copy Markdown

@bhenrich bhenrich commented Jul 14, 2025

fixes #7

  • Add proper docker-compose along with dockerfile.
  • Add workflow for publishing a docker image

Copy link
Copy Markdown
Member

@PJB3005 PJB3005 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have have made the mistake of opening the first PR or issue on this repo I am automatically watching.

var dbFileFound = await _dbContext.ConvertedFile.AnyAsync(x => x.RelativePath == Path.GetFileName(file));
if (dbFileFound)
continue;
if(Directory.Exists(Path.Combine(_serverConfiguration.UserContentDirectory, ConvertedDirectory))) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't copy paste this Path.Combine(_serverConfiguration.UserContentDirectory, ConvertedDirectory)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This if statement can be removed as the issue why it was necessary in the first place got fixed on master

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you got it sauce boss

@FairlySadPanda
Copy link
Copy Markdown

Overall happy to see this done, containerized web development is essential.

I really need to actually do some explo of this project now I can actually spool it up and poke at it.

@bhenrich bhenrich marked this pull request as draft July 24, 2025 09:28
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.

Add dockerfiles

5 participants