Fix arg passing to entrypoint
This commit is contained in:
parent
0e0f85cff9
commit
cf9a811c5e
2 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ RUN true \
|
|||
|
||||
USER pretixuser
|
||||
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Reference in a new issue