diff options
| author | Fuwn <[email protected]> | 2023-09-01 00:11:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-01 00:11:42 -0700 |
| commit | 4326c4359e45dd3aed776a18cceadec786f5ea98 (patch) | |
| tree | 38bd0a99a7e9b796b9c16274d08e5fb33fc565cf /Dockerfile | |
| parent | fix(due): better increment follow-up (diff) | |
| download | due.moe-4326c4359e45dd3aed776a18cceadec786f5ea98.tar.xz due.moe-4326c4359e45dd3aed776a18cceadec786f5ea98.zip | |
ci(docker): only copy build
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ FROM oven/bun:0.8.1 WORKDIR /due -COPY --from=build /due . +COPY --from=build /due/build . EXPOSE 3000 -CMD ["bun", "./build/index.js"]
\ No newline at end of file +CMD ["bun", "./index.js"]
\ No newline at end of file |