Skip to content

Commit

Permalink
Removed entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Johansson authored and Markus Johansson committed Mar 4, 2021
1 parent b2d73d7 commit 6c45c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Shift - Click now Zoom in
### Changed
- Refactored page definitions into blueprint module
- Removed entrypoint script
### Fixed
- Navigation shortcuts does not trigger in text fields
- Fixed crash when searching for only chromosome
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ COPY --from=node-builder /usr/src/app/build/*/gens.min.* gens/blueprints/gens/st
# Chown all the files to the app user
COPY gens gens
COPY utils utils
COPY entrypoint.sh ./
RUN chown -R app:app /home/app/app
# make mountpoints and change ownership of app
RUN mkdir -p /media /access /fs1 && chown -R app:app /home/app/app /media /access /fs1
# Change the user to app
USER app
ENTRYPOINT ["./entrypoint.sh"]
18 changes: 0 additions & 18 deletions entrypoint.sh

This file was deleted.

0 comments on commit 6c45c1c

Please sign in to comment.