diff --git a/Dockerfile b/Dockerfile
index 4d2102093f723cb626f35c97d9e84920eb620b11..2d6f403dd720c0ced10860d9fc7b20738ef26d6c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -53,4 +53,4 @@ ENV APACHE_RUN_USER=www-data \
 # |--------------------------------------------------------------------------
 # | Add php files of website
 # |--------------------------------------------------------------------------
-COPY --from=build-ts /build/public /var/www/html
\ No newline at end of file
+COPY --from=build /build/public /var/www/html
\ No newline at end of file