chore(docker): remove obsolete ADD of project root
This commit is contained in:
parent
3f2f57b3db
commit
200fc96208
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user