mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
docker: make backend a folder not a file(?)
This commit is contained in:
parent
a35d0dfff4
commit
5616c307f8
@ -61,7 +61,7 @@ CMD /bin/sh -c "yarn install && yarn run dev"
|
||||
FROM base as build
|
||||
|
||||
# Copy everything
|
||||
COPY ./backend ./
|
||||
COPY ./backend/ ./
|
||||
# Also copy external enities from database
|
||||
COPY ./database/entity/ ../database/entity/
|
||||
# npm install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user