Skip to content

Commit

Permalink
chore: no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
flowergardn committed Dec 29, 2024
1 parent 8380c38 commit 971f1c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ COPY . .
# copy production dependencies and source code into final image
FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/index.ts .
COPY --from=prerelease /usr/src/app/src/index.ts .
COPY --from=prerelease /usr/src/app/package.json .

# run the app
USER bun
EXPOSE 3000/tcp
ENTRYPOINT [ "bun", "--bun", "run", "index.ts" ]

0 comments on commit 971f1c7

Please sign in to comment.