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