Compare commits

..

No commits in common. "97503c3d68d8941f65203972c229770b83883498" and "2a72d1cecbdff12153745550e5db46093fe843ab" 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.6 FROM caddy:2.7.5
COPY img /usr/share/caddy/img COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css COPY css /usr/share/caddy/css