Skip to content

Commit

Permalink
chore: 不要なパッケージをインストールしていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 16, 2023
1 parent 6d68bd3 commit e3e9a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PORT=8080

EXPOSE 8080

RUN npm install -g @redocly/cli kill-port http-server
RUN npm install -g @redocly/cli http-server

USER node
WORKDIR /tmp/files
Expand Down

0 comments on commit e3e9a7f

Please sign in to comment.