Techbitforge commited on
Commit
97e1a4d
·
verified ·
1 Parent(s): 5f77770

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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