GPTfree api commited on
Commit
25a8f4d
·
verified ·
1 Parent(s): 94bb9fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/s-tn/rammerhead-heroku.git .
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]