mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-03 01:34:08 +03:00
Fix previous PR (.npmrc no longer needed)
This commit is contained in:
parent
9bc3aa1fb9
commit
1490f986f2
@ -11,7 +11,6 @@ WORKDIR /app/front
|
||||
|
||||
COPY ../../front/package.json .
|
||||
COPY ../../front/package-lock.json .
|
||||
COPY ../../front/.npmrc .
|
||||
RUN npm install
|
||||
|
||||
COPY ../../front .
|
||||
|
Loading…
Reference in New Issue
Block a user