mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-04 19:15:30 +00:00
yarn now do not need --pure-lockfile
This commit is contained in:
parent
b77be8d158
commit
ed77afcdd6
@ -17,7 +17,7 @@ WORKDIR /opt/powerdns-admin
|
||||
COPY . .
|
||||
RUN pip3 install -r requirements.txt \
|
||||
&& pip3 install psycopg2-binary \
|
||||
&& yarn install --pure-lockfile \
|
||||
&& yarn install \
|
||||
&& flask assets build
|
||||
|
||||
COPY ./docker/Production/entrypoint.sh /usr/local/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user