remove unessecary copy
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 1m20s

This commit is contained in:
Merith-TK 2025-07-06 17:27:13 +01:00
parent ddff2599cf
commit b2a0663689

View file

@ -1,11 +1,6 @@
FROM eclipse-temurin:17-jammy FROM eclipse-temurin:17-jammy
RUN apt update && apt-get install -y emacs-nox net-tools netcat vim nmon python3-lxml unzip curl RUN apt update && apt-get install -y emacs-nox net-tools netcat vim nmon python3-lxml unzip curl
# Copy the TAK Server release file
COPY takserver-release/ /takserver-release/
COPY scripts/ /opt/scripts/ COPY scripts/ /opt/scripts/
# Create necessary directories
RUN mkdir -p /opt/tak/data/logs /opt/tak/data/certs
ENTRYPOINT ["/bin/bash", "/opt/scripts/docker_entrypoint.sh"] ENTRYPOINT ["/bin/bash", "/opt/scripts/docker_entrypoint.sh"]