Replies: 1 comment
-
|
Hey, thanks for the contribution! I don't know if you saw, but the Disbox server does have a Dockerfile - the reason I didn't add one for this is that it can simply be hosted as a static site since there's no server, so GitHub pages or any other simple thing will work, and Docker is overkill. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for this useful tool!
I think it's a shame you didn't think of making a docker ...
but here it is!
docker-compose.yml
Dockerfile
the root

command for run
docker-compose build && docker-compose run web npm install && docker-compose upBeta Was this translation helpful? Give feedback.
All reactions