feat: crud and backups are working
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache docker-cli bash findutils postgresql-client
|
||||
|
||||
COPY backup.sh /backup.sh
|
||||
RUN chmod +x /backup.sh
|
||||
|
||||
CMD ["/backup.sh"]
|
||||
|
||||
Reference in New Issue
Block a user