Compare commits

..

No commits in common. "d8f1c73eb71d691fedd99feadaa4f4bca07114c5" and "90cf36b1e8f467ee267cc171837db297a2787714" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ COPY ./src ./src
USER bun
ENV NODE_ENV production
EXPOSE 8080/tcp
ENTRYPOINT ["bun", "run", "start"]
CMD ["bun", "run", "start"]