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 4722202 commit 08ef86aCopy full SHA for 08ef86a
myalpine/Dockerfile
@@ -3,4 +3,6 @@ FROM alpine:latest
3
RUN apk update
4
RUN apk add bash
5
6
+ENV PS1 "\h:\w# "
7
+
8
CMD bash
0 commit comments