feat: create entry form

This commit is contained in:
Alexander Navarro 2025-02-07 13:32:59 -03:00
parent 9b5d43e9ba
commit 5dbdd5d84d
8 changed files with 174 additions and 5 deletions

View file

@ -1,7 +1,7 @@
FROM ghcr.io/linuxcontainers/debian-slim:latest
COPY --from=ghcr.io/amacneil/dbmate /usr/local/bin/dbmate /usr/local/bin/dbmate
COPY --from=lovasoa/sqlpage:latest /usr/local/bin/sqlpage /usr/local/bin/sqlpage
COPY --from=lovasoa/sqlpage:main /usr/local/bin/sqlpage /usr/local/bin/sqlpage
WORKDIR /app