Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 253c775

Browse files
committed
fix deployment docs
1 parent 2837d12 commit 253c775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/deploy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Using vanilla docker in order to build the image - the tag can be customised:
1414
.. code-block:: console
1515
1616
$ git clone https://github.com/CSCfi/beacon-python
17-
$ cd beacon-python/deploy
1817
$ docker build -t cscfi/beacon-python .
18+
$ docker run -p 5050:5050 cscfi/beacon-python
1919
2020
.. _s2i-build:
2121

@@ -81,7 +81,7 @@ For use with Kubernetes we provide ``YAML`` configuration.
8181
name: beacon
8282
ports:
8383
- containerPort: 5050
84-
name: browsepy
84+
name: beaconpy
8585
protocol: TCP
8686
volumeMounts:
8787
- mountPath: /files

0 commit comments

Comments
 (0)