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.
1 parent daf6eff commit 1347400Copy full SHA for 1347400
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:debian AS base
4
WORKDIR /usr/src/app
5
6
# install dependencies into temp directory
@@ -34,4 +34,4 @@ COPY --from=prerelease /usr/src/app/package.json .
34
35
# run the app
36
USER bun
37
-ENTRYPOINT [ "bun", "run", "app.js" ]
+ENTRYPOINT [ "bun", "run", "app.js" ]
0 commit comments