semuthitamku commited on
Commit
35619f7
·
verified ·
1 Parent(s): 4c67f4f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM node:latest
2
  RUN apt update && apt upgrade -y
3
  WORKDIR /bella
4
- RUN git clone https://github.com/blue-b/bella .
5
  RUN chmod -R 777 /bella/*
6
  COPY . $WORKDIR
7
  RUN rm -rf node_modules
 
1
  FROM node:latest
2
  RUN apt update && apt upgrade -y
3
  WORKDIR /bella
4
+ RUN git clone https://github.com/rippanteq7/bella .
5
  RUN chmod -R 777 /bella/*
6
  COPY . $WORKDIR
7
  RUN rm -rf node_modules