Skip to content

Commit

Permalink
Merge pull request #439 from fuergaosi233/fix/fix-dockerfile-failed
Browse files Browse the repository at this point in the history
πŸ’š Fix Dockerfile failed start
  • Loading branch information
fuergaosi233 authored Dec 29, 2022
2 parents 83353b0 + b26a601 commit b7ae711
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,4 +12,4 @@ COPY package*.json .
RUN npm install
COPY . .
ENV WECHATY_PUPPET_WECHAT_ENDPOINT=/usr/bin/google-chrome
CMD xvfb-run --server-args="-screen 0 1024x768x24" npm run dev
CMD xvfb-run --server-args="-screen 0 1280x800x24 -ac -nolisten tcp -dpi 96 +extension RANDR" npm run dev

0 comments on commit b7ae711

Please sign in to comment.