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

Use docker for building/running the via app #209

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

flori
Copy link

@flori flori commented Nov 21, 2023

This might be useful for people that want to build and run the via app without having to install the dependencies directly on their local machine rather than just using the official web site.

Copy link

@antonkesy antonkesy left a comment

Choose a reason for hiding this comment

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

LGTM

might be a good idea to also include some information in the documentation on "how to run the container"

flori added 2 commits February 4, 2025 10:06
and modify npm start command.

- Update `FROM node:21-alpine` to `FROM node:23-alpine`.
- Update `RUN sed -i ... package.json` to replace `vite --force` with `vite --force --host`.
- Update `CMD [ "npm", "start" ]` to `CMD [ "npm", "run", "dev" ]`.
@flori flori force-pushed the use-docker-for-building-and-running-via-app branch from cf55267 to d78bed3 Compare February 4, 2025 09:07
to use 'unless-stopped' restart policy.
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