Skip to content

Commit

Permalink
fix: docker build with correct fern version (revertinc#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya authored and hrutik7 committed Nov 15, 2023
1 parent 5fe9075 commit 7b19197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN echo "SERVER_PORT=$SERVER_PORT" > .env \
&& echo "FERN_TOKEN=$FERN_TOKEN" >> .env

RUN rm -rf node_modules && yarn cache clean && yarn install
RUN npm install -g fern-api@0.6.12 && fern -v && fern generate --log-level debug
RUN npm install -g fern-api@0.15.0-rc70 && fern -v && fern generate --log-level debug
RUN mkdir -p /app/packages/backend/dist/generated && cp -r /app/packages/backend/generated/typescript /app/packages/backend/dist/generated
RUN yarn workspace @revertdotdev/backend build

Expand Down

0 comments on commit 7b19197

Please sign in to comment.