Skip to content

Commit

Permalink
Remove entrypoint.sh and relevant lines from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Oct 10, 2023
1 parent 9f4bd4c commit 310dae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .controlplane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ ENV SECRET_KEY_BASE=NOT_USED_NON_BLANK

RUN rails assets:precompile

# add entrypoint
# COPY .controlplane/entrypoint.sh ./
# ENTRYPOINT ["/app/entrypoint.sh"]

CMD ["rails", "s"]
4 changes: 0 additions & 4 deletions .controlplane/entrypoint.sh

This file was deleted.

0 comments on commit 310dae9

Please sign in to comment.