Compare commits
2 Commits
d67c94bcdc
...
71c0f225d0
Author | SHA1 | Date | |
---|---|---|---|
71c0f225d0 | |||
a32e2db264 |
@ -1,9 +1,10 @@
|
||||
FROM oven/bun:1
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
COPY ./config.json /config
|
||||
RUN bun install --frozen-lockfile --production
|
||||
COPY . .
|
||||
RUN bun install --production
|
||||
ENV NODE_ENV=production
|
||||
|
||||
EXPOSE 7000/tcp
|
||||
VOLUME [ "/config"]
|
||||
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
Loading…
x
Reference in New Issue
Block a user