Skip to content

Commit 6b3d117

Browse files
committed
Store lastmod and commit
1 parent ee77cd0 commit 6b3d117

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ RUN bun run build
2929

3030
# copy production dependencies and source code into final image
3131
FROM oven/bun:distroless AS release
32+
ARG COMMIT="(not set)"
33+
ARG LASTMOD="(not set)"
34+
ENV COMMIT=$COMMIT
35+
ENV LASTMOD=$LASTMOD
3236
WORKDIR /app
3337
COPY ./static /app/static
3438
COPY --from=prerelease /usr/src/app/dist/server.js /app

0 commit comments

Comments
 (0)