part something
Some checks failed
deploy / deploy (push) Failing after 14s

This commit is contained in:
Lee 2023-10-18 01:52:24 +01:00
parent 46ac748272
commit 323840a0ac

@ -3,7 +3,6 @@ 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