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 3a1273f commit 49c62fdCopy full SHA for 49c62fd
Dockerfile
@@ -21,9 +21,14 @@ RUN mkdir -p /teddycloud/certs/server \
21
&& mkdir /teddycloud/config
22
23
COPY --from=buildenv \
24
- /buildenv/install/pre/teddycloud /usr/local/bin/teddycloud
+ /buildenv/install/pre/certs/ /teddycloud/certs/
25
+COPY --from=buildenv \
26
+ /buildenv/install/pre/www/ /teddycloud/www/
27
+
28
29
/buildenv/install/pre/*.sh /usr/local/bin/
30
31
+ /buildenv/install/pre/teddycloud /usr/local/bin/teddycloud
32
33
VOLUME [ \
34
"/teddycloud/www/CONTENT", \
0 commit comments