Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Emperordagoat authored Jun 10, 2024
1 parent 9641a24 commit bf8d9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:lts-buster

RUN git clone https://github.com/Astropeda/Asta-Md /root/Astropeda
RUN git clone https://github.com/Emperordagoat/asta /root/Emperordagoat

RUN npm cache clean --force
RUN rm -rf /root/Astropeda/node_modules
RUN rm -rf /root/Emperordagoat/node_modules

WORKDIR /root/Astropeda
WORKDIR /root/Emperordagoat

RUN npm install

Expand Down

0 comments on commit bf8d9a2

Please sign in to comment.