🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-24 18:11:03 -04:00
parent da4a295561
commit 5fab88a10b
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -35,11 +35,11 @@ ENV LANG=en_US.UTF-8 \
WORKDIR /app WORKDIR /app
COPY ./rootfs/. / COPY ./rootfs/. /
COPY --from=builder ./bin /app/bin
COPY --from=builder ./lib /app/lib
COPY --from=builder ./share /app/share
COPY --from=builder /app/wttr.in /app/bin/wttr.in COPY --from=builder /app/wttr.in /app/bin/wttr.in
COPY --from=builder ./requirements.txt /app COPY --from=builder /tmp/wttr/bin /app/bin
COPY --from=builder /tmp/wttr/lib /app/lib
COPY --from=builder /tmp/wttr/share /app/share
COPY --from=builder /tmp/wttr/requirements.txt /app
RUN set -ex; \ RUN set -ex; \
rm -Rf "/etc/apk/repositories"; \ rm -Rf "/etc/apk/repositories"; \