Rianofc commited on
Commit
fbb84fc
·
verified ·
1 Parent(s): bf2b8ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,8 +22,8 @@ RUN apt-get install -y \
22
  libfontconfig1 --no-install-recommends
23
  RUN apt-get clean && rm -rf /var/lib/apt/lists/*
24
  WORKDIR /app
25
- RUN git clone https://github.com/pvkimxk/ochinpo-api
26
- RUN mv ochinpo-api/* /app
27
  COPY . $WORKDIR
28
  RUN npm i
29
  EXPOSE 7860
 
22
  libfontconfig1 --no-install-recommends
23
  RUN apt-get clean && rm -rf /var/lib/apt/lists/*
24
  WORKDIR /app
25
+ RUN git clone https://github.com/Rianofc/arakyangbohong
26
+ RUN mv arakyangbohong/* /app
27
  COPY . $WORKDIR
28
  RUN npm i
29
  EXPOSE 7860