Skip to content

Commit 031e346

Browse files
fix dockerfile
1 parent 2ffe9bf commit 031e346

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

build/docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ EXPOSE 8000
3333

3434
# Make the entrypoint script executable
3535
RUN chmod +x /app/entrypoint.sh
36+
37+
# Set the entrypoint script
38+
ENTRYPOINT ["/app/entrypoint.sh"]

build/docker/supervisord.conf

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)