Merge branch 'dev' into 'main'
Hopefully final version See merge request illegitimate/illegitimate-bot!353
This commit is contained in:
@@ -13,6 +13,6 @@ FROM oven/bun
|
||||
|
||||
WORKDIR /app
|
||||
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"]
|
||||
|
||||
@@ -26,7 +26,6 @@ await Bun.build({
|
||||
outdir: "dist",
|
||||
target: "bun",
|
||||
splitting: true,
|
||||
sourcemap: "external",
|
||||
naming: {
|
||||
entry: "[dir]/[name].[ext]",
|
||||
chunk: "chunk/[name]-[hash].[ext]",
|
||||
|
||||
Reference in New Issue
Block a user