Compare commits

..

No commits in common. "e2392081bf76fe2898f0bfa2be7fba75b3327bb8" and "3af97b1d4d7adfd276c37bf9810e91a767027f1a" 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.5 FROM caddy:2.7.4
COPY img /usr/share/caddy/img COPY img /usr/share/caddy/img
COPY css /usr/share/caddy/css COPY css /usr/share/caddy/css