Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

maxime-killinger
Copy link

Dockerfile to build simple nginx webserver

Create a dockerfile to build simple docker
@@ -0,0 +1,4 @@
FROM nginx:stable-alpine
COPY . /usr/share/nginx/html

Choose a reason for hiding this comment

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

I would add RUN rm -r /usr/share/nginx/html/.git/ after the COPY, or a .dockerignore file with .git/ and README.md but that's rather bloat

@Leopere
Copy link

Leopere commented Jun 3, 2024

@maxime-killinger did you get this working? I'd love to deploy this somewhere in my secure zone behind some kind of waf. I'd like to do this before the family historians get too old to help.

@maxime-killinger
Copy link
Author

@Leopere it could be better, but the Dockerfile work. I used it for a time.

@Leopere
Copy link

Leopere commented Jun 4, 2024

@Leopere it could be better, but the Dockerfile work. I used it for a time.

Did you find this app vaguely useful it seems deploying Gramps is the only option for the most part but I just want to collaborate with someone on a tree/timeline of family history.

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.

None yet

3 participants