Skip to content

Commit 6469f02

Browse files
authored
Merge pull request #117 from FlowCI/develop
Develop
2 parents 07bd5a5 + d46ca94 commit 6469f02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1790
-1235
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM abiosoft/caddy:1.0.3
1+
FROM caddy:2
22

3-
ENV CADDY_DIR=/srv
3+
ENV CADDY_DIR=/site
44
ENV SOURCE_DIR=/www/flow-web-x
55
ENV FLOWCI_SERVER_URL=http://127.0.0.1:8080
66

77
RUN mkdir -p $SOURCE_DIR
8-
RUN echo "root /srv" >> /etc/Caddyfile
8+
RUN echo "root * /site" >> /etc/caddy/Caddyfile
99

1010
COPY dist $SOURCE_DIR
1111
COPY start_caddy.sh $SOURCE_DIR

0 commit comments

Comments
 (0)