Hopefully final version
This commit is contained in:
@@ -13,6 +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
|
COPY --from=build /app/package.json /app
|
||||||
|
|
||||||
CMD ["bun", "run", "dist/index.js"]
|
CMD ["bun", "run", "dist/index.js"]
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ await Bun.build({
|
|||||||
outdir: "dist",
|
outdir: "dist",
|
||||||
target: "bun",
|
target: "bun",
|
||||||
splitting: true,
|
splitting: true,
|
||||||
sourcemap: "external",
|
|
||||||
naming: {
|
naming: {
|
||||||
entry: "[dir]/[name].[ext]",
|
entry: "[dir]/[name].[ext]",
|
||||||
chunk: "chunk/[name]-[hash].[ext]",
|
chunk: "chunk/[name]-[hash].[ext]",
|
||||||
|
|||||||
Reference in New Issue
Block a user