Skip to content

Commit 983032c

Browse files
committed
move docker folder to contrib/docker
1 parent 7451af5 commit 983032c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docker/DockerFile.dev renamed to contrib/docker/DockerFile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt -y install python3-oxenmq python3-oxenc python3-pyonionreq python3-color
2020

2121

2222
# just add an alias to the pysogs-start command
23-
RUN echo '#!/bin/bash\nuwsgi docker/uwsgi-sogs-docker.ini' > /usr/bin/pysogs && \
23+
RUN echo '#!/bin/bash\nuwsgi contrib/docker/uwsgi-sogs-docker.ini' > /usr/bin/pysogs && \
2424
chmod +x /usr/bin/pysogs
2525

2626

docker/Readme.md renamed to contrib/docker/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Then, build the container image for pysogs-dev as
2424
```
2525
git clone [email protected]:oxen-io/session-pysogs.git
2626
cd session-pysogs
27-
sudo docker build . -f docker/DockerFile.dev -t pysogs-dev
27+
sudo docker build . -f contrib/docker/DockerFile.dev -t pysogs-dev
2828
```
2929

3030
Before you can run the container you need to set the base config. You can do so by copying `sogs.ini.sample` to `sogs.ini` and replacing the line with base_url with `base_url = http://localhost`.
File renamed without changes.

0 commit comments

Comments
 (0)