mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
Install dependencies first, remove duplicated workdir
This commit is contained in:
@@ -7,12 +7,12 @@ apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testin
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./ /app/
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json /app/
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY ./ /app/
|
||||
|
||||
EXPOSE 17442
|
||||
|
||||
CMD [ "node", "app.js" ]
|
||||
|
||||
Reference in New Issue
Block a user