Skip to content

Commit ee00ba9

Browse files
committed
mv file
1 parent 24ec7b0 commit ee00ba9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ FROM yourtion/node-ffmpeg
22

33
WORKDIR /app
44

5-
COPY ./app/package.json /app/package.json
6-
RUN npm install --production
5+
COPY package.json /app/package.json
6+
# RUN npm install --production
77

8-
COPY ./app/src /app/src
8+
COPY ./src /app/src
9+
10+
RUN ls
911

1012
EXPOSE 9100
1113
CMD [ "npm", "start" ]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)