This commit is contained in:
@@ -29,4 +29,4 @@ COPY --from=prerelease /usr/src/app/ .
|
|||||||
|
|
||||||
# run the app
|
# run the app
|
||||||
USER bun
|
USER bun
|
||||||
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
ENTRYPOINT [ "bun", "run", "./src/index.ts" ]
|
||||||
Reference in New Issue
Block a user