mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
Fix front deploy
This commit is contained in:
@@ -5,6 +5,10 @@ ARG FONTAWESOME_NPM_AUTH_TOKEN
|
||||
WORKDIR /app/front
|
||||
COPY ./front .
|
||||
|
||||
RUN echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
|
||||
RUN echo "//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN}" >> .npmrc
|
||||
|
||||
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user