Skip to content

Commit

Permalink
Merge pull request #739 from infnibor/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
LucasB25 authored Oct 1, 2024
2 parents d9cb007 + 7235948 commit d1182bf
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 @@ -27,6 +27,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends openssl && \

# Copy compiled code and necessary files from the builder stage
COPY --from=builder /opt/lavamusic/dist ./dist
COPY --from=builder /opt/lavamusic/src/utils/LavaLogo.txt ./src/utils/LavaLogo.txt
COPY --from=builder /opt/lavamusic/prisma ./prisma
COPY --from=builder /opt/lavamusic/scripts ./scripts
COPY --from=builder /opt/lavamusic/locales ./locales
Expand Down

0 comments on commit d1182bf

Please sign in to comment.