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 2abd00e commit 277e602Copy full SHA for 277e602
deploy/images/coderv2docker/Dockerfile
@@ -3,4 +3,9 @@ FROM postgres:14.0
3
COPY bin/coderd /coderd
4
RUN chmod +x /coderd
5
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
11
ENTRYPOINT ["/coderd"]
0 commit comments