7
This commit is contained in:
parent
a32e2db264
commit
71c0f225d0
@ -2,9 +2,8 @@ FROM oven/bun:latest
|
|||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY ./config.json /config
|
COPY ./config.json /config
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN bun install --frozen-lockfile --production
|
RUN bun install --production
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
RUN bun run build
|
|
||||||
|
|
||||||
EXPOSE 7000/tcp
|
EXPOSE 7000/tcp
|
||||||
VOLUME [ "/config"]
|
VOLUME [ "/config"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user