Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ WORKDIR /app
|
|
13 |
|
14 |
RUN git clone https://diki6969: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@github.com/diki6969/new-uploader.git
|
15 |
|
16 |
-
WORKDIR /app/
|
17 |
|
18 |
RUN npm install --force
|
19 |
|
|
|
13 |
|
14 |
RUN git clone https://diki6969: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@github.com/diki6969/new-uploader.git
|
15 |
|
16 |
+
WORKDIR /app/new-uploader
|
17 |
|
18 |
RUN npm install --force
|
19 |
|