Skip to content

Commit 74f2260

Browse files
committed
update
1 parent 7d152a4 commit 74f2260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN chown -R ${NORMAL_USER}:${NORMAL_USER} /opt && \
8787
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
8888

8989
COPY Run-AzTerraform.ps1 /home/${NORMAL_USER}/Run-AzTerraform.ps1
90-
COPY PowerShellModules /home/${NORMAL_USER}/PowerShellModules
90+
COPY PowerShellModules/ /home/${NORMAL_USER}/PowerShellModules
9191

9292
RUN chmod +x /home/${NORMAL_USER}/Run-AzTerraform.ps1 && \
9393
chmod +x /home/${NORMAL_USER}/PowerShellModules && \

0 commit comments

Comments
 (0)