Skip to content
Snippets Groups Projects
Commit 1f106420 authored by Erik Veld's avatar Erik Veld
Browse files

Rename config file

parent 68fcae3c
Branches
Tags
No related merge requests found
...@@ -30,6 +30,7 @@ RUN apt-get update && \ ...@@ -30,6 +30,7 @@ RUN apt-get update && \
qemu-system-x86 \ qemu-system-x86 \
udhcpd \ udhcpd \
iproute2 \ iproute2 \
git \
fuse-overlayfs && \ fuse-overlayfs && \
apt-get clean && rm -rf /var/lib/apt/lists/* apt-get clean && rm -rf /var/lib/apt/lists/*
...@@ -74,7 +75,7 @@ ENV JAVA_HOME=/usr/lib/jvm/openjdk PATH="/usr/lib/jvm/openjdk/bin:$PATH" ...@@ -74,7 +75,7 @@ ENV JAVA_HOME=/usr/lib/jvm/openjdk PATH="/usr/lib/jvm/openjdk/bin:$PATH"
# Create the Nomad directory # Create the Nomad directory
RUN mkdir -p /var/lib/nomad RUN mkdir -p /var/lib/nomad
COPY files/server.hcl /etc/nomad.d/server.hcl COPY files/config.hcl /etc/nomad.d/config.hcl
COPY --chmod=0755 files/nomad.sh /usr/local/bin/nomad.sh COPY --chmod=0755 files/nomad.sh /usr/local/bin/nomad.sh
COPY files/nomad.conf /etc/supervisor/conf.d/nomad.conf COPY files/nomad.conf /etc/supervisor/conf.d/nomad.conf
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment