Skip to content

Commit e2b0f8e

Browse files
authored
Fix small Docker related issues (#115)
1 parent 601e548 commit e2b0f8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
context: ./docker/pg
99
dockerfile: Dockerfile
1010
env_file:
11-
- docker-compose.env
11+
- .env
1212
volumes:
1313
- postgres_volume:/var/lib/postgresql/data
1414
ports:

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN adduser --disabled-password --gecos "" rodhaj \
2626

2727
USER rodhaj
2828

29-
ENV PATH="${PATH}:${HOME}.local/bin"
29+
ENV PATH="${PATH}:${HOME}/.local/bin"
3030

3131
RUN pip install --user -r requirements.txt
3232

@@ -37,6 +37,6 @@ CMD ["/rodhaj/start.sh"]
3737
STOPSIGNAL SIGTERM
3838

3939
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"
4141
LABEL org.opencontainers.image.licenses="Apache-2.0"
4242
LABEL org.opencontainers.image.source="https://github.com/transprogrammer/rodhaj"

0 commit comments

Comments
 (0)