Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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/
|
| 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
|