get the .git
This commit is contained in:
parent
14efcfc07f
commit
11892c3d31
@ -2,6 +2,10 @@ FROM fascinated/docker-images:node-latest
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
RUN git clone https://git.fascinated.cc/Fascinated/scoresaber-reloaded.git
|
||||
RUN mv scoresaber-reloaded/.git ./
|
||||
RUN rm -rf scoresaber-reloaded
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pwd
|
||||
|
Reference in New Issue
Block a user