xxsxx commited on
Commit
0952520
·
verified ·
1 Parent(s): f33a4dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -6,9 +6,7 @@ WORKDIR /app
6
 
7
  RUN git clone https://github.com/teralomaniac/clewd.git
8
 
9
- RUN pwd
10
-
11
- RUN ls
12
 
13
  # Copy the package.json and package-lock.json files to the container
14
  # COPY package*.json ./
 
6
 
7
  RUN git clone https://github.com/teralomaniac/clewd.git
8
 
9
+ RUN mv clewd/* ./
 
 
10
 
11
  # Copy the package.json and package-lock.json files to the container
12
  # COPY package*.json ./