Skip to content

Commit

Permalink
refactor: move config files to cmd/server
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Oct 2, 2024
1 parent 6dc2684 commit 72101fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN cp dist/platypus-server_${TARGETOS}_${TARGETARCH}_v1/platypus-server /usr/lo
FROM alpine:3.12
RUN apk add --no-cache ca-certificates
COPY --from=builder /usr/local/bin/platypus-server /usr/local/bin/platypus-server
COPY --from=builder /app/config.example.prod.yaml /etc/platypus/server/config.yaml
COPY --from=builder /app/cmd/server/config.example.prod.yaml /etc/platypus/server/config.yaml

ENTRYPOINT [ "/usr/local/bin/platypus-server", "-c", "/etc/platypus/server/config.yaml" ]
File renamed without changes.
File renamed without changes.

0 comments on commit 72101fb

Please sign in to comment.