Skip to content
Snippets Groups Projects
Commit 3956ecd8 authored by David Trattnig's avatar David Trattnig
Browse files

Note on test-run.

parent 55992d96
No related branches found
No related tags found
No related merge requests found
Pipeline #730 passed
...@@ -39,6 +39,8 @@ sudo pip install tox ...@@ -39,6 +39,8 @@ sudo pip install tox
tox tox
``` ```
> Note, there are currently issues with the test environment, hence this doesn't work properly.
## Running with Docker ## Running with Docker
To run the server on a Docker container, please execute the following from the root directory: To run the server on a Docker container, please execute the following from the root directory:
...@@ -49,4 +51,4 @@ docker build -t src . ...@@ -49,4 +51,4 @@ docker build -t src .
# starting up a container # starting up a container
docker run -p 8008:8008 src docker run -p 8008:8008 src
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment