pls copy .git
Some checks failed
deploy / deploy (push) Failing after 7s

This commit is contained in:
Lee 2023-10-18 01:34:57 +01:00
parent fd543d8844
commit 9672c419b7

@ -3,6 +3,7 @@ FROM fascinated/docker-images:node-latest
EXPOSE 80
ENV HOST=0.0.0.0
COPY .git /home/container/.git
COPY . /home/container
RUN ls -a