tuna2134
commited on
Commit
·
8f769cc
1
Parent(s):
cd023a6
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /home/user/app
|
|
7 |
COPY --chown=user requirements.txt .
|
8 |
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
9 |
ENV PATH="/home/user/.cargo/bin:${PATH}"
|
10 |
-
RUN ls -la
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
COPY --chown=user . .
|
|
|
7 |
COPY --chown=user requirements.txt .
|
8 |
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
9 |
ENV PATH="/home/user/.cargo/bin:${PATH}"
|
10 |
+
RUN ls -la /home/user/.cargo
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
COPY --chown=user . .
|