Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
fix symlink and dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojachieee committed Jan 19, 2023
1 parent 2fc5de7 commit 6c877ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN SEMANTIC_VERSION=$semantic_version make build
RUN mkdir -p /root/.cache/storageos

# The storageos binary must be in the PATH for the examples in the docs to work.
RUN ln -s bin/storageos /usr/local/bin/storageos
ENTRYPOINT ["/storageos"]
RUN ln -s /go/src/github.com/storageos/go-cli/bin/storageos /usr/local/bin/storageos
ENTRYPOINT ["storageos"]

0 comments on commit 6c877ad

Please sign in to comment.