We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e03a66e + e92393c commit c35d127Copy full SHA for c35d127
Dockerfile
@@ -1,6 +1,6 @@
1
# use the official Bun image
2
# see all versions at https://hub.docker.com/r/oven/bun/tags
3
-FROM oven/bun:slim AS base
+FROM oven/bun:1.1.0 AS base
4
WORKDIR /usr/src/app
5
6
# install dependencies into temp directory
@@ -33,4 +33,4 @@ COPY --from=prerelease /usr/src/app .
33
34
# run the app
35
USER bun
36
-ENTRYPOINT [ "bun", "run", "app.js" ]
+ENTRYPOINT [ "bun", "run", "app.js" ]
0 commit comments