HomePhabricator

[e.cash] Add a Dockerfile to deploy the website

Description

[e.cash] Add a Dockerfile to deploy the website

Summary: As per title. This prevent version conflicts and will enable previews on CI.

Test Plan:

cd web/e.cash
docker build -t ecash .
docker run -it --rm -p 3000:3000 ecash

Navigate to http://localhost:3000 and enjoy.

Reviewers: #bitcoin_abc, sdulfari

Reviewed By: #bitcoin_abc, sdulfari

Differential Revision: https://reviews.bitcoinabc.org/D13650

Details

Provenance
FabienAuthored on Apr 10 2023, 13:52
FabienPushed on Apr 10 2023, 15:59
Reviewer
Restricted Project
Differential Revision
D13650: [e.cash] Add a Dockerfile to deploy the website
Parents
rABCc6ab0b421914: [CI] Templatize the js mocha projects unit tests
Branches
Unknown
Tags
Unknown