Skip to content

Commit 49c62fd

Browse files
committed
Fix dockerfile (missing files)
1 parent 3a1273f commit 49c62fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ RUN mkdir -p /teddycloud/certs/server \
2121
&& mkdir /teddycloud/config
2222

2323
COPY --from=buildenv \
24-
/buildenv/install/pre/teddycloud /usr/local/bin/teddycloud
24+
/buildenv/install/pre/certs/ /teddycloud/certs/
25+
COPY --from=buildenv \
26+
/buildenv/install/pre/www/ /teddycloud/www/
27+
2528
COPY --from=buildenv \
2629
/buildenv/install/pre/*.sh /usr/local/bin/
30+
COPY --from=buildenv \
31+
/buildenv/install/pre/teddycloud /usr/local/bin/teddycloud
2732

2833
VOLUME [ \
2934
"/teddycloud/www/CONTENT", \

0 commit comments

Comments
 (0)