Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 23, 2024
1 parent 412bca0 commit e5395cf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FROM node:18


# referencing kubernetes environment #
ENV tokendiscord ${tokendiscord}

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


WORKDIR /usr/src/app
COPY . .


RUN apt-get install -y git
RUN git clone ${repository}

RUN cd Project-JA
RUN npm install


CMD ["node", "index.js"]

0 comments on commit e5395cf

Please sign in to comment.