Unverified Commit 5585c302 authored by Mantas Vilčinskas's avatar Mantas Vilčinskas Committed by GitHub
Browse files

@SuperSandro2000 Docker improvements

parents 25441920 1423ff03
Loading
Loading
Loading
Loading

.dockerignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
.git
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ FROM nginx:alpine
WORKDIR /cstate

# Install hugo & git
RUN apk add hugo git
RUN apk add --no-cache hugo git

# -- First Run --