Spaces:
Running
Running
GPTfree api
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
8 |
RUN apt-get update && apt-get install -y python3 build-essential
|
9 |
|
10 |
# リポジトリをクローン
|
11 |
-
RUN git clone https://github.com/
|
12 |
|
13 |
# npmのバージョンを明示的に固定
|
14 |
RUN npm install -g [email protected]
|
|
|
8 |
RUN apt-get update && apt-get install -y python3 build-essential
|
9 |
|
10 |
# リポジトリをクローン
|
11 |
+
RUN git clone https://github.com/izum00/rammerhead-heroku.git .
|
12 |
|
13 |
# npmのバージョンを明示的に固定
|
14 |
RUN npm install -g [email protected]
|