Skip to content

Commit

Permalink
review AW
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Jul 11, 2024
1 parent a02e422 commit a0f0133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/actinia-core-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ENV FLASK_ENV=development
ENV FLASK_DEBUG=1
ENV DEFAULT_CONFIG_PATH=/etc/default/actinia

RUN pip3 uninstall actinia-core -y \
RUN pip3 uninstall actinia_core -y
RUN pip3 uninstall actinia-core -y && \
pip3 uninstall actinia_core -y

COPY docker/actinia-core-dev/actinia.cfg /etc/default/actinia
COPY docker/actinia-core-dev/endpoints.csv /etc/default/actinia_endpoints.csv
Expand Down

0 comments on commit a0f0133

Please sign in to comment.