chore: rename Citadel to Taskcafe
This commit is contained in:
@ -16,6 +16,6 @@ RUN go run cmd/mage/main.go backend:genFrontend backend:genMigrations backend:bu
|
||||
|
||||
FROM alpine:latest
|
||||
WORKDIR /root/
|
||||
COPY --from=backend /usr/src/app/dist/citadel .
|
||||
COPY --from=backend /usr/src/app/dist/taskcafe .
|
||||
COPY --from=backend /usr/src/app/conf/app.example.toml conf/app.toml
|
||||
CMD ["./citadel", "web"]
|
||||
CMD ["./taskcafe", "web"]
|
||||
|
Reference in New Issue
Block a user