Commit e2b0f8e 1 parent 601e548 commit e2b0f8e Copy full SHA for e2b0f8e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
context : ./docker/pg
9
9
dockerfile : Dockerfile
10
10
env_file :
11
- - docker-compose .env
11
+ - .env
12
12
volumes :
13
13
- postgres_volume:/var/lib/postgresql/data
14
14
ports :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN adduser --disabled-password --gecos "" rodhaj \
26
26
27
27
USER rodhaj
28
28
29
- ENV PATH="${PATH}:${HOME}.local/bin"
29
+ ENV PATH="${PATH}:${HOME}/ .local/bin"
30
30
31
31
RUN pip install --user -r requirements.txt
32
32
@@ -37,6 +37,6 @@ CMD ["/rodhaj/start.sh"]
37
37
STOPSIGNAL SIGTERM
38
38
39
39
LABEL org.opencontainers.image.title="Rodhaj"
40
- LABEL org.opencontainers.image.description="A discord modmail bot "
40
+ LABEL org.opencontainers.image.description="A improved, modern version of ModMail for the transprogrammer community "
41
41
LABEL org.opencontainers.image.licenses="Apache-2.0"
42
42
LABEL org.opencontainers.image.source="https://github.com/transprogrammer/rodhaj"
You can’t perform that action at this time.
0 commit comments