mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
needs git too
This commit is contained in:
@@ -7,6 +7,7 @@ WORKDIR /app
|
|||||||
COPY package.json /app
|
COPY package.json /app
|
||||||
# We then run npm install to install
|
# We then run npm install to install
|
||||||
# express for our application
|
# express for our application
|
||||||
|
RUN apt-get install --assume-yes git
|
||||||
RUN npm install
|
RUN npm install
|
||||||
# We then copy the rest of our application
|
# We then copy the rest of our application
|
||||||
# to the app direcoty
|
# to the app direcoty
|
||||||
|
|||||||
Reference in New Issue
Block a user