Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 25, 2024
1 parent 2022c52 commit 8c279f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ FROM node:19.5.0
# referencing kubernetes environment #
ENV tokenopenai ${tokenopenai}
ENV tokendiscord ${tokendiscord}

ENV repository "https://github.com/lxRbckl/Project-JA.git"


WORKDIR /usr/src/app
COPY . .

WORKDIR /usr/app

RUN apt-get install -y git

RUN git clone ${repository}

RUN cd Project-JA
RUN npm install

Expand Down

0 comments on commit 8c279f1

Please sign in to comment.