9
This commit is contained in:
parent
70ee170f58
commit
ebfc12e8b4
@ -1,8 +1,9 @@
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /usr/src/app
|
||||
MKDIR /config
|
||||
COPY ./config.json /config
|
||||
COPY . .
|
||||
RUN bun install --production
|
||||
RUN bun install --frozen-lockfile --production
|
||||
ENV NODE_ENV=production
|
||||
|
||||
EXPOSE 7000/tcp
|
||||
|
Loading…
x
Reference in New Issue
Block a user