test5
This commit is contained in:
parent
de10607e9b
commit
d67c94bcdc
@ -1,4 +1,4 @@
|
||||
FROM oven/bun:latest
|
||||
FROM oven/bun:1
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
COPY ./config.json /config
|
||||
@ -6,4 +6,4 @@ RUN bun install --frozen-lockfile --production
|
||||
ENV NODE_ENV=production
|
||||
EXPOSE 7000/tcp
|
||||
VOLUME [ "/config"]
|
||||
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
||||
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
Loading…
x
Reference in New Issue
Block a user