docker file

This commit is contained in:
Ulf Gebhardt 2023-01-12 16:04:47 +01:00
parent bc5106938e
commit 76363fb115
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -62,12 +62,12 @@ CMD /bin/sh -c "cd /database && yarn install && yarn build && cd /app && yarn in
##################################################################################
FROM base as build
# Copy everything from backend
COPY ./backend/ ./
# Copy everything from dht-node
COPY ./dht-node/ ./
# Copy everything from database
COPY ./database/ ../database/
# yarn install backend
# yarn install dht-node
RUN yarn install --production=false --frozen-lockfile --non-interactive
# yarn install database