Update Dockerfile
Browse files- 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
|
| 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 ./
|