chore(docker): remove obsolete ADD of project root

This commit is contained in:
Sarah Vaupel 2024-08-21 03:20:47 +02:00
parent 3f2f57b3db
commit 200fc96208
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ RUN apt-get -y update
RUN apt-get -y install haskell-stack git
RUN apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev locales locales-all pkg-config
ADD . /fradrive
WORKDIR /fradrive
ENV HOME=/fradrive

View File

@ -13,7 +13,6 @@ RUN apt-get -y install exiftool
# RUN npm install -g n
# RUN n 14.19.1
ADD . /fradrive
WORKDIR /fradrive
ENV HOME=/fradrive