Skip to content

Commit

Permalink
Merge pull request #101 from djerryz/main
Browse files Browse the repository at this point in the history
[fix][bug] No module named 'revChatGPT'
  • Loading branch information
fuergaosi233 authored Dec 9, 2022
2 parents b5ab9be + c947fba commit 6d041b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ COPY pyproject.toml ./
COPY poetry.lock ./
# Install dependencies
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
RUN poetry install && rm -rf ~/.cache/ && npm install && rm -rf ~/.npm/
RUN poetry install && npm install && rm -rf ~/.npm/
COPY . .
CMD ["npm", "run", "dev"]

0 comments on commit 6d041b0

Please sign in to comment.