Page MenuHomePhabricator

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

Authored by Fabien on Apr 10 2023, 13:52.

Details

Reviewers
sdulfari
Group Reviewers
Restricted Project
Commits
rABC1b5c27a9d86d: [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.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable