Skip to content

Commit d2e156e

Browse files
committed
update examples
1 parent a7f698b commit d2e156e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
# $ docker build -t flagsmith:dev .
1818

1919
# Build a SaaS API image:
20-
# $ docker build -t flagsmith-saas-api:dev --target saas-api \
21-
# --secret="id=sse_pgp_pkey,src=/etc/sse_pgp_key"\
22-
# --secret="id=github_private_cloud_token,src=/etc/github_private_cloud_token" .
20+
# $ GH_TOKEN=$(gh auth token) docker build -t flagsmith-saas-api:dev --target saas-api \
21+
# --secret="id=sse_pgp_pkey,src=./sse_pgp_pkey.key"\
22+
# --secret="id=github_private_cloud_token,env=GH_TOKEN" .
2323

2424
# Build a Private Cloud Unified image:
25-
# $ docker build -t flagsmith-private-cloud:dev --target private-cloud-unified \
26-
# --secret="id=github_private_cloud_token,src=/etc/github_private_cloud_token" .
25+
# $ GH_TOKEN=$(gh auth token) docker build -t flagsmith-private-cloud:dev --target private-cloud-unified \
26+
# --secret="id=github_private_cloud_token,env=GH_TOKEN" .
2727

2828
# Table of Contents
2929
# Stages are described as stage-name [dependencies]

0 commit comments

Comments
 (0)