Final docker version
This commit is contained in:
@@ -12,7 +12,6 @@ RUN bun bundle
|
||||
FROM oven/bun
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/dist /app/dist
|
||||
COPY --from=build /app/package.json /app
|
||||
COPY --from=build /app/dist /app
|
||||
|
||||
CMD ["bun", "run", "dist/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user