Skip to content

Commit

Permalink
docker: Typo dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Aug 13, 2024
1 parent 1c86afb commit 3d1c862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG BASE_HREF=/
COPY . .

# Install openvidu-call-back dependencies
RUN cd openvidu-call-back && npm install \
RUN cd openvidu-call-back && npm install && \
npm run build

# Build openvidu-call-back frontend
Expand Down

0 comments on commit 3d1c862

Please sign in to comment.