Page MenuHomePhabricator

[Cashtab] Remove steps from dockerfile
AbandonedPublicDraft

Authored by bytesofman on May 31 2024, 22:57.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Getting weird errors in CI related to apt update on the Cashtab server that are not coming from the ecash-lib build server.

Removing these steps does not impact the build in local testing.

Test Plan

docker build -f cashtab.Dockerfile -t cashtab_local . successful build

Change line 81 from ARG NGINX_CONF=nginx.conf to ARG NGINX_CONF=nginx-preview.conf

docker build -f cashtab.Dockerfile -t cashtab_local .
docker run --rm -p 8080:80 --name cashtab cashtab_local

navigate to localhost:8080 and Cashtab works, send some txs

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cashtab-dep-patch-dos
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29191
Build 57918: Build Diff
Build 57917: arc lint + arc unit