Store messages into table, required docker container to create table
This commit is contained in:
@@ -17,5 +17,5 @@ FROM debian:bullseye-slim as runtime
|
||||
WORKDIR /siren
|
||||
COPY --from=builder /siren/target/release/siren /usr/local/bin/siren
|
||||
COPY --from=packages /packages /usr/bin
|
||||
ADD migrations ./migrations/
|
||||
# ADD migrations ./migrations/
|
||||
CMD ["siren"]
|
||||
|
||||
Reference in New Issue
Block a user