I forgor a folder

pull/1118/head
Willy 2023-02-03 20:38:46 +01:00
parent 09ffab4055
commit 3e645ce8a1
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ ENV CGO_ENABLED 1
COPY cmd ./cmd
COPY database ./database
COPY handlers ./handlers
COPY notifiers ./notifiers
COPY source ./source
COPY types ./types
COPY utils ./utils