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