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

feat: Add dockerfile for easier selfhosting. #74

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

Conversation

SelfhostedPro
Copy link

Hey, think it would be useful to add a Dockerfile for selfhosting. If there's a better location for them, please let me know. I can also make a PR for a github action to build and push this image.

I'm just using a basic nginx:stable-alpine image and a nginx.conf that serves /app inside of the container. If this isn't needed, you want documentation added for easy building/launching, or those actions please @ me.

To test it out run:

docker build -t test .
docker run -d -p 8080:8080 test

Then it should be accessible at port 8080 in your browser on whatever machine you're running it on or at http://localhost:8080.

@vercel
Copy link

vercel bot commented Sep 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
socket-io-admin-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 28, 2023 8:37pm

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