Skip to content

Commit

Permalink
ci: try to deploy server
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormix committed Nov 10, 2023
1 parent 0b597ed commit fb98254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ COPY --from=prerelease /usr/src/app/package.json .
# run the app
USER bun

ARG PORT=${PORT}

EXPOSE ${PORT}

ENTRYPOINT [ "bun", "run", "index.ts" ]

0 comments on commit fb98254

Please sign in to comment.