Rooni commited on
Commit
0439441
1 Parent(s): 8f22f37

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -3,7 +3,6 @@ WORKDIR /app
3
  COPY package.json ./
4
  RUN npm install
5
  RUN npm install multer
6
- RUN npm install imagekit-javascript --save
7
  RUN mkdir -p /app/uploads
8
  RUN chown -R www-data /app/uploads
9
  COPY . .
 
3
  COPY package.json ./
4
  RUN npm install
5
  RUN npm install multer
 
6
  RUN mkdir -p /app/uploads
7
  RUN chown -R www-data /app/uploads
8
  COPY . .