Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 10 |
|
| 11 |
RUN git clone https://github.com/gmonarque/streamium.git
|
| 12 |
|
|
|
|
|
|
|
| 13 |
COPY package*.json ./
|
| 14 |
COPY prisma ./prisma/
|
| 15 |
|
|
|
|
| 10 |
|
| 11 |
RUN git clone https://github.com/gmonarque/streamium.git
|
| 12 |
|
| 13 |
+
RUN cd streamium
|
| 14 |
+
|
| 15 |
COPY package*.json ./
|
| 16 |
COPY prisma ./prisma/
|
| 17 |
|