Skip to content

Commit 421e002

Browse files
[change] Address @coderabbitai's changes and fix CI
1 parent 922648d commit 421e002

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && \
2828
shared-mime-info \
2929
&& rm -rf /var/lib/apt/lists/*
3030

31-
WORKDIR /opt/openwisp
31+
WORKDIR /opt/openwisp/tests
3232

3333
# Install test requirements first so this layer is cached separately
3434
# from the source code copy below.

docs/developer/installation.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ Install and Run on Docker
127127
For the official OpenWISP Docker images, see: :doc:`docker-openwisp
128128
</docker/index>`.
129129

130-
Ensure `Docker <https://docs.docker.com/get-docker/>`_ and
131-
`Docker Compose <https://docs.docker.com/compose/install/>`_ are installed
132-
on your system.
130+
Ensure `Docker <https://docs.docker.com/get-docker/>`_ and `Docker Compose
131+
<https://docs.docker.com/compose/install/>`_ are installed on your system.
133132

134133
Fork and clone the forked repository:
135134

@@ -156,8 +155,8 @@ Start all services (Redis, InfluxDB, and the development server):
156155
docker compose up
157156
158157
The development server will be available at ``http://127.0.0.1:8000/``.
159-
The admin interface is at ``http://127.0.0.1:8000/admin/`` with credentials
160-
``admin`` / ``admin``.
158+
The admin interface is at ``http://127.0.0.1:8000/admin/`` with
159+
credentials ``admin`` / ``admin``.
161160

162161
To run the test suite inside the container:
163162

0 commit comments

Comments
 (0)