fix Dockerfile

This commit is contained in:
Christoph Haas 2020-12-18 21:56:54 +01:00
parent 10defaa2ba
commit 4dd7f7b14b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ RUN apt-get update && apt-get upgrade -y && \
chmod +rx /usr/local/bin/goss && \
goss --version
COPY --from=builder /build/dist/wg-portal /app/wgportal
COPY --from=builder /build/dist/wg-portal-amd64 /app/wgportal
COPY --from=builder /build/dist/assets /app/assets
COPY --from=builder /build/scripts /app/