GPTfree api
commited on
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -7,6 +7,9 @@ WORKDIR /app
|
|
7 |
# Gitをインストール
|
8 |
RUN apt-get update && apt-get install -y git
|
9 |
|
|
|
|
|
|
|
10 |
# リポジトリをクローン
|
11 |
RUN git clone https://github.com/libredirect/browser_extension
|
12 |
|
|
|
7 |
# Gitをインストール
|
8 |
RUN apt-get update && apt-get install -y git
|
9 |
|
10 |
+
# npmを最新バージョンにアップグレード
|
11 |
+
RUN npm install -g npm@latest
|
12 |
+
|
13 |
# リポジトリをクローン
|
14 |
RUN git clone https://github.com/libredirect/browser_extension
|
15 |
|