Skip to content

Commit

Permalink
refactor: 不要なnpmパッケージのインストールをしない
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 authored Sep 8, 2024
1 parent 4cf4967 commit acff984
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 @typespec/compiler @redocly/cli http-server
RUN npm install -g @redocly/cli http-server

USER node
WORKDIR /tmp/files
Expand Down

0 comments on commit acff984

Please sign in to comment.