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

Add a basic dockerfile for container deployment #17

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

Conversation

brad-x
Copy link

@brad-x brad-x commented Oct 7, 2023

This Dockerfile performs what seems to be the required setup actions for the 68k-news site and builds them into a Docker container image. By default it runs the simple PHP development server which should be enough for most self-hosters out there.

This can be built on a system running Docker with:

docker build -t 68k-news

And run with:

docker run -p 8080:8080 --name 68k-news 68k-news

If you need a Docker solution to test this with, I recommend the excellent OrbStack - https://orbstack.dev

Sorry if the edits are spamming you, I keep having new thoughts. Feel free to reach out for any needed info!

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.

1 participant