Skip to content

Commit

Permalink
Updated entrypoing
Browse files Browse the repository at this point in the history
  • Loading branch information
dkyeremeh committed Jul 11, 2022
1 parent d68e6f9 commit 8b1dced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

steps:
# - name: build & deploy
# image: debian:bullseye
# image: plugins/docker
# commands:
# - ./scripts/build.sh
# - docker push eldekyfin/omv
Expand All @@ -21,3 +21,4 @@ steps:
password:
from_secret: DOCKER_PASS
repo: eldekyfin/omv
tags: latest,0.1,0.1.0
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ ENV container docker
WORKDIR /var/omv
COPY scripts scripts
RUN scripts/install_omv.sh -n
ENTRYPOINT [ "/usr/sbin/omv-engined" ]

0 comments on commit 8b1dced

Please sign in to comment.