This commit is contained in:
parent
28ecda295b
commit
4f79cdfcc1
@ -7,8 +7,8 @@ RUN go mod download
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build -o /app/backupnotify
|
||||
RUN go build -o /app/backup-notify
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["/app/nackupnotify", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/nackupnotify.db", "--static-path", "/app/static", "--scheduler", "--ntfy-endpoint", "https://ntfy.internal.simponic.xyz", "--ntfy-topics", "server-backups", "--ntfy-alert-topics", "alerts"]
|
||||
CMD ["/app/backup-notify", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/nackupnotify.db", "--static-path", "/app/static", "--scheduler", "--ntfy-endpoint", "https://ntfy.internal.simponic.xyz", "--ntfy-topics", "server-backups", "--ntfy-alert-topics", "alerts"]
|
||||
|
Loading…
Reference in New Issue
Block a user