Replies: 1 comment 2 replies
-
That's what I personally do. The docker container is just NGINX serving static files, so you can adapt the same rules (or use any other reverse proxy) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For convenience, I'm thinking of selfhosting this myself. Ideally, I'd like to do this with a bare-metal setup. From a glance at the Dockerfile it looks at though this may be as simple as:
npm run build:web
app/release/app/dist/web
I feel like I'm probably missing one or two things though, so advice would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions