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