Compare commits

..

No commits in common. "bd390adcc1e4d47886cd5fd7bbac05ee4d52cbe3" and "898e2b6136aebcd50c27bb12b12eb52d2f8b739e" have entirely different histories.

View File

@ -4,7 +4,7 @@ COPY . /src
WORKDIR /src WORKDIR /src
RUN npm install && node ./index.js RUN npm install && node ./index.js
FROM caddy:2.7.3 FROM caddy:2.7.2
COPY img /usr/share/caddy/img COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css COPY css /usr/share/caddy/css