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

Adding Dockerfile and env.list #3

Closed
wants to merge 3 commits into from
Closed

Conversation

stvcooke
Copy link

Adding a Dockerfile, as per a request on Reddit. I haven't been able to test this, as I'm on really slow internet at the moment and have not run the app.

I've also added an env.list file, since there were other files in the directory with similar functionality.

Command to build the docker image: docker build --tag doc-buddy .
Command to run the docker image: docker run --env-file ./env.list --expose 8080:8080 doc-buddy

@Jivings
Copy link
Contributor

Jivings commented May 14, 2023

Shall we consolidate this effort into the other PR?

@stvcooke
Copy link
Author

I think so. Marking it as a duplicate of 2. I prefer my Dockerfile, but I can open a new PR after that one is merged.

@stvcooke stvcooke closed this May 14, 2023
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