mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
Fix docker entrypoint
This commit is contained in:
parent
4570504fbc
commit
4cad313aaa
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ARG GROUP_NAME
|
||||||
USER appuser
|
USER appuser
|
||||||
|
|
||||||
### Executable command
|
### Executable command
|
||||||
CMD ["/app/webapi ", "--db-filename", "/data/wasaphoto.db", "--data-path", "/data/data"]
|
CMD ["/app/webapi", "--db-filename", "/data/wasaphoto.db", "--data-path", "/data/data"]
|
||||||
|
|
||||||
### OpenContainers tags
|
### OpenContainers tags
|
||||||
LABEL org.opencontainers.image.created="${BUILD_DATE}" \
|
LABEL org.opencontainers.image.created="${BUILD_DATE}" \
|
||||||
|
|
Loading…
Reference in a new issue