Skip to content

Commit 14ec296

Browse files
authored
Dockerfile: fix comment to run tsffs:dev image (#187)
1 parent 0986ce6 commit 14ec296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ARG USERNAME=vscode
131131

132132
# To build and run the dev image:
133133
# docker build --build-arg USER_UID=$(id -u) --target tsffs-dev -t tsffs:dev .
134-
# docker run --rm -ti -v .:/workspace/tsffs tsffs:dev
134+
# docker run --rm -ti --user vscode -v .:/workspace/tsffs tsffs:dev
135135

136136
# hadolint ignore=DL3004,SC3009
137137
RUN <<EOF

0 commit comments

Comments
 (0)