Skip to content

Commit

Permalink
docker: Update bundle for kv
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Sep 7, 2023
1 parent 2fcb5f5 commit cb7af00
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

1 comment on commit cb7af00

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on cb7af00 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/dist/app.js".

Please sign in to comment.