Jacksonee commited on
Commit
297d4ec
1 Parent(s): a51ac60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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://gitgud.io/ayynon/oai-reverse-proxy.git /app
5
  WORKDIR /app
6
  RUN npm install
7
  COPY Dockerfile greeting.md* .env* ./
 
1
  FROM node:18-bullseye-slim
2
  RUN apt-get update && \
3
  apt-get install -y git
4
+ RUN git clone https://gitgud.io/ayynon/MGMA-1B-2epoch-train.git /app
5
  WORKDIR /app
6
  RUN npm install
7
  COPY Dockerfile greeting.md* .env* ./