This commit is contained in:
Daniil Gentili 2023-05-01 22:07:50 +02:00
parent 45ad55a648
commit 066e210d8a
Signed by: danog
GPG key ID: 8C1BE3B34B230CA7
3 changed files with 4 additions and 4 deletions

View file

@ -21,6 +21,6 @@ WORKDIR /app
COPY --from=1 /app/app .
COPY ./templates /app/templates
RUN touch config.json
RUN touch config.json database.db
CMD ["./app"]