Commit graph

8 commits

Author SHA1 Message Date
7d13685312 sed i
Some checks failed
ci / build (push) Failing after 43s
2025-04-24 14:27:04 +02:00
091ec0f716 should be working now 2025-04-16 15:17:36 +02:00
9d49f7c863 no volume mount
All checks were successful
ci / build (push) Successful in 1m19s
2025-04-15 15:50:17 +02:00
3e42c4e2ba ARG LOCAL=false
All checks were successful
ci / build (push) Successful in 1m27s
RUN if [ "$LOCAL" = "true" ]; then \
      cp src/environments/environment.local.ts src/environments/environment.ts; \
    fi
2025-04-15 14:51:14 +02:00
c2afcd45f1 COPY . .
Some checks failed
ci / build (push) Has been cancelled
# ARG LOCAL=false
# RUN if [ "$LOCAL" = "true" ]; then \
#       cp src/environments/environment.local.ts src/environments/environment.ts; \
    # fi
2025-04-15 14:50:12 +02:00
81e175985d LOCAL 2025-04-15 14:48:11 +02:00
c21ffac4e0 proof
Some checks failed
ci / build (push) Failing after 1m13s
2025-04-15 14:26:39 +02:00
ec469f7e2b Dockerfile and nginx added 2025-04-07 12:48:29 +02:00