fix docker build

This commit is contained in:
Christoph Haas 2021-02-26 22:27:48 +01:00
parent 9faa459c44
commit 9bd80dbd33
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ RUN apt-get update && apt-get upgrade -y && \
goss --version
COPY --from=builder /build/dist/wg-portal-amd64 /app/wgportal
COPY --from=builder /build/dist/assets /app/assets
COPY --from=builder /build/scripts /app/
# Set the Current Working Directory inside the container