mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 01:09:11 +03:00
Fix missing patches folder to deploy server (#1771)
* Fix missing patches folder to deploy server * Fix missing patches folder to deploy server * remove extra line * add fix for twenty-dev
This commit is contained in:
parent
c82ac773b9
commit
3851e0f992
@ -13,6 +13,7 @@ WORKDIR /app/server
|
||||
|
||||
COPY ../../server/package.json .
|
||||
COPY ../../server/yarn.lock .
|
||||
COPY ../../server/patches ./patches
|
||||
RUN yarn install
|
||||
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user