Skip to content
Snippets Groups Projects
Commit 29de26cf authored by Florian Dobener's avatar Florian Dobener
Browse files

Adds local config for igor dockerfile

parent 7d43dbb7
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,13 @@ RUN apt-get install -y git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo u
&& apt-get clean && rm -rf /var/lib/apt/lists/*
COPY 02-exec-igor /config/custom-cont-init.d/02-exec-cmd
COPY wine /config/.wine
# COPY wine /config/.wine
WORKDIR /config
ENV PGID=5050
COPY 30-config /etc/cont-init.d/30-config
RUN ln -s /config/pcshare /mnt/pcshare
RUN mkdir /scratch
RUN ln -s /config/localDataStore /scratch/localDataStore
RUN mkdir /etc/sed
RUN ln -s /mnt/pcshare/sed/config.yaml /etc/sed/config.yaml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment