Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ compose
__pycache__
db.sqlite3
projects
Dockerfile
Containerfile
staticfiles/
kaplancloudapp/projects
4 changes: 2 additions & 2 deletions Dockerfile → Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN apt-get update && \
RUN pip install -U pip && \
pip install --group prod

COPY docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"]
COPY container-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["container-entrypoint.sh"]

EXPOSE 8080

Expand Down
File renamed without changes.
Loading