yazid138 2 年 前
コミット
acc702e309
1 ファイル変更2 行追加2 行削除
  1. 2 2
      dockerfile

+ 2 - 2
dockerfile

@@ -3,8 +3,8 @@ FROM node:14
 # Install Depends
 RUN wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | apt-key add -
 RUN echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-6.0.list
-RUN apt-get update
-RUN install mongodb-org-tools
+RUN apt get update
+RUN apt install mongodb-org-tools
 
 # Create app directory
 RUN mkdir -p /usr/src/app