test1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM oven/bun:1
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
COPY config.json /etc/netgateswitch/config.json
|
||||
RUN bun install --frozen-lockfile --production
|
||||
ENV NODE_ENV=production
|
||||
EXPOSE 7000/tcp
|
||||
|
||||
Reference in New Issue
Block a user