Skip to content

Commit

Permalink
chore: copy .sern through
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Aug 5, 2024
1 parent 96a5ad4 commit eddb7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WORKDIR /app
COPY --from=build /app/dist ./dist
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/package.json ./package.json
COPY --from=build /app/.sern ./.sern
RUN apk add --no-cache ffmpeg

CMD ["node", "dist/index.js"]

0 comments on commit eddb7ba

Please sign in to comment.