Skip to content

Commit de6bb50

Browse files
committed
fix lint
1 parent c60e17b commit de6bb50

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/actors/development/actor_definition

1 file changed

+1
-1
lines changed

sources/platform/actors/development/actor_definition/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ USER myuser
217217
# ... your other instructions
218218
```
219219

220-
If your Actor needs to run as `root` for a specific reason, you can add the `USER root` instruction after `FROM`. However, for a majority of Actors, this is not necessary.
220+
If your Actor needs to run as `root` for a specific reason, you can add the `USER root` instruction after `FROM`. However, for a majority of Actors, this is not necessary.

0 commit comments

Comments
 (0)