Skip to content

Commit

Permalink
chore: Update kv build in deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Oct 18, 2023
1 parent 5d648ab commit 7250ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN npm run generate
FROM denoland/deno:latest AS s-build
WORKDIR /
COPY server server
RUN deno bundle server/app.ts /app.js
RUN deno bundle --unstable server/app.ts /app.js

FROM denoland/deno:latest
WORKDIR /
Expand Down

0 comments on commit 7250ebd

Please sign in to comment.