Spaces:
Sleeping
Sleeping
adasdasdasdas
commited on
Commit
•
eb9cb9a
1
Parent(s):
84297a9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM node:18-bullseye-slim
|
2 |
RUN apt-get update && \
|
3 |
apt-get install -y git
|
4 |
-
RUN git clone https://github.com/bmwm3gtrntrrazor/
|
5 |
WORKDIR /app
|
6 |
RUN chown -R 1000:1000 /app
|
7 |
USER 1000
|
|
|
1 |
FROM node:18-bullseye-slim
|
2 |
RUN apt-get update && \
|
3 |
apt-get install -y git
|
4 |
+
RUN git clone https://github.com/bmwm3gtrntrrazor/cohere-proxy.git /app
|
5 |
WORKDIR /app
|
6 |
RUN chown -R 1000:1000 /app
|
7 |
USER 1000
|