diff --git a/docker/Dockerfile.fedora_for_hands_on b/docker/Dockerfile.fedora_for_hands_on
index 43f29ec90f25ba656750fd376b568ae160d21d00..a59b3698893ae4a1115466e982dd93e3ee6baeda 100644
--- a/docker/Dockerfile.fedora_for_hands_on
+++ b/docker/Dockerfile.fedora_for_hands_on
@@ -6,8 +6,8 @@ RUN (dnf update -y && dnf upgrade -y -q)
 RUN dnf install -y git cmake clang gcc gcc-c++ ninja-build which hostname make && dnf clean packages
 
 # Create non root user
-ENV USER "formation"
+ENV USER "dev_cpp"
 RUN useradd --create-home ${USER}
 USER ${USER}
 
-WORKDIR /home/${USER}/gettingstartedwithmoderncpp
\ No newline at end of file
+WORKDIR /home/${USER}/training_cpp
\ No newline at end of file