Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Norman Fomferra <norman.fomferra@brockmann-consult.de>
  • Loading branch information
TonioF and forman authored Apr 20, 2022
1 parent fcef435 commit dd75df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ EXPOSE 8080
# Run bash in xcube environment, so we can invoke xcube CLI.
ENTRYPOINT ["conda", "run", "-v", "-n", "xcube", "/bin/bash", "-c"]

# By default run demo service.
# By default show xcube help
CMD ["xcube --help"]

0 comments on commit dd75df3

Please sign in to comment.