mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
docker update + git fun
This commit is contained in:
@@ -7,9 +7,6 @@ WORKDIR /app
|
||||
COPY package.json /app
|
||||
# We then run npm install to install
|
||||
# express for our applicationRUN
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y git
|
||||
RUN npm install
|
||||
# We then copy the rest of our application
|
||||
# to the app direcoty
|
||||
|
||||
Reference in New Issue
Block a user