We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0986ce6 commit 14ec296Copy full SHA for 14ec296
Dockerfile
@@ -131,7 +131,7 @@ ARG USERNAME=vscode
131
132
# To build and run the dev image:
133
# docker build --build-arg USER_UID=$(id -u) --target tsffs-dev -t tsffs:dev .
134
-# docker run --rm -ti -v .:/workspace/tsffs tsffs:dev
+# docker run --rm -ti --user vscode -v .:/workspace/tsffs tsffs:dev
135
136
# hadolint ignore=DL3004,SC3009
137
RUN <<EOF
0 commit comments