mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 16:36:20 +01:00
something's up with git
This commit is contained in:
parent
b8330fc855
commit
b645abc34a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN apt-get update
|
||||||
RUN apt-get install -y git
|
RUN apt-get install -y git
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
RUN rm -rf .git
|
||||||
RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
|
RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
|
||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
Loading…
Reference in a new issue