Skip to content

Commit 6da0b92

Browse files
committed
tweak container
1 parent 1a5ba1a commit 6da0b92

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ jobs:
4444
with:
4545
file: cli/Dockerfile
4646
push: true
47+
platforms: linux/arm64,linux/amd64
4748
tags: ${{ steps.cli_meta.outputs.tags }}
4849
labels: ${{ steps.cli_meta.outputs.labels }}

cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ COPY --from=builder --chown=node ["/app/cli/dist/", "/app/cli/"]
2626
COPY --from=builder --chown=node ["/tmp/pmtiles", "/usr/local/bin/pmtiles"]
2727
WORKDIR /app
2828
ENTRYPOINT ["node", "cli/main.js"]
29-
CMD ["serve"]
29+
CMD ["run"]

0 commit comments

Comments
 (0)