parent
f9be1522e2
commit
fd543d8844
11
Dockerfile
11
Dockerfile
@ -3,16 +3,7 @@ FROM fascinated/docker-images:node-latest
|
||||
EXPOSE 80
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
# RUN git clone https://git.fascinated.cc/Fascinated/scoresaber-reloaded.git
|
||||
# RUN mv scoresaber-reloaded/.git ./
|
||||
# RUN rm -rf scoresaber-reloaded
|
||||
|
||||
RUN ls -a /workspace/Fascinated/scoresaber-reloaded
|
||||
|
||||
COPY . .
|
||||
COPY /workspace/Fascinated/scoresaber-reloaded/.git ./
|
||||
|
||||
RUN pwd
|
||||
COPY . /home/container
|
||||
|
||||
RUN ls -a
|
||||
|
||||
|
Reference in New Issue
Block a user