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:
@ -13,6 +13,7 @@ WORKDIR /app/server
|
||||
|
||||
COPY ../../server/package.json .
|
||||
COPY ../../server/yarn.lock .
|
||||
COPY ../../server/patches ./patches
|
||||
RUN yarn install
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user