diff --git a/Dockerfile b/Dockerfile
index b11efc364a7495490b56420d8b2783ec9d3a5d41..b5eaf617409a66425457862e2825b23da8c1e7cb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,6 +32,6 @@ RUN addgroup -g 1000 -S app && \
     adduser -u 1000 -G app -S app
 COPY --from=go_builder /go/src/app/app /
 COPY templates /templates
-COPY --from=asset_builder /app/assets /
+COPY --from=asset_builder /app/assets /assets
 USER app
 ENTRYPOINT ["/app"]