Actual fix
This commit is contained in:
@@ -13,5 +13,6 @@ FROM oven/bun
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app/dist /app/dist
|
COPY --from=build /app/dist /app/dist
|
||||||
|
COPY --from=build /app/package.json /app/dist
|
||||||
|
|
||||||
CMD ["bun", "run", "dist/index.js"]
|
CMD ["bun", "run", "dist/index.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user