Skip to content

Commit 277e602

Browse files
committed
Add comment for provisionerd
1 parent 2abd00e commit 277e602

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deploy/images/coderv2docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ FROM postgres:14.0
33
COPY bin/coderd /coderd
44
RUN chmod +x /coderd
55

6+
# Once `provisionerd` is available, we'll also need that binary
7+
# COPY bin/provisionerd /provisionerd
8+
# RUN chmod +x /provisionerd
9+
10+
# TODO: Do we need a specific port for coderd? Default is 3000
611
ENTRYPOINT ["/coderd"]

0 commit comments

Comments
 (0)