fix: remove jwt-private.pem from Dockerfile (executor runs on worker)
This commit is contained in:
parent
decabc0e8a
commit
65fc67e01a
@ -22,7 +22,6 @@ COPY --from=frontend /app/web/dist ./web/dist/
|
|||||||
COPY scripts/embed.py ./scripts/
|
COPY scripts/embed.py ./scripts/
|
||||||
COPY app-templates/ ./templates/
|
COPY app-templates/ ./templates/
|
||||||
COPY config.yaml .
|
COPY config.yaml .
|
||||||
COPY data/jwt-private.pem ./data/
|
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["./tori", "server"]
|
CMD ["./tori", "server"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user