mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-25 03:06:11 +10:00
...
This commit is contained in:
@@ -6,8 +6,10 @@ WORKDIR /app
|
|||||||
# app directory
|
# app directory
|
||||||
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 applicationRUN
|
||||||
RUN apt-get install --assume-yes git
|
RUN apt-get update && \
|
||||||
|
apt-get upgrade -y && \
|
||||||
|
apt-get install -y 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