mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-04-07 20:56:20 +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 . .
|
COPY . .
|
||||||
RUN pip3 install -r requirements.txt \
|
RUN pip3 install -r requirements.txt \
|
||||||
&& pip3 install psycopg2-binary \
|
&& pip3 install psycopg2-binary \
|
||||||
&& yarn install --pure-lockfile \
|
&& yarn install \
|
||||||
&& flask assets build
|
&& flask assets build
|
||||||
|
|
||||||
COPY ./docker/Production/entrypoint.sh /usr/local/bin/
|
COPY ./docker/Production/entrypoint.sh /usr/local/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user