Skip to content

Commit f3d005e

Browse files
author
pawann-2000
committed
fix: Image build
1 parent ebba791 commit f3d005e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

container/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ RUN apk upgrade
55
RUN apk add --no-cache ffmpeg
66

77
WORKDIR /app
8-
9-
108

119
COPY package.json .
1210
COPY package-lock.json .
1311
RUN npm install
1412

1513

16-
COPY index.js .
14+
COPY . .
1715
CMD ["npm", "start"]

0 commit comments

Comments
 (0)