mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
copy also database project as a whole into docker image
This commit is contained in:
parent
6cc46bf2d4
commit
84fc7bd601
@ -60,10 +60,10 @@ CMD /bin/sh -c "yarn install && yarn run dev"
|
||||
##################################################################################
|
||||
FROM base as build
|
||||
|
||||
# Copy everything
|
||||
# Copy everything from backend
|
||||
COPY ./backend/ ./
|
||||
# Also copy external enities from database
|
||||
COPY ./database/entity/ ../database/entity/
|
||||
# Copy everything from database
|
||||
COPY ./database/ ../database/
|
||||
|
||||
# npm install
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user