fix: run bun in container CMD (#8)
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
@@ -20,4 +20,4 @@ FROM base AS release
|
|||||||
COPY --from=install /temp/prod/node_modules node_modules
|
COPY --from=install /temp/prod/node_modules node_modules
|
||||||
COPY --from=build /app/dist .
|
COPY --from=build /app/dist .
|
||||||
|
|
||||||
CMD [ "node", "/app/app.js"]
|
CMD [ "bun", "/app/app.js"]
|
||||||
Reference in New Issue
Block a user