Skip to content

Commit

Permalink
Remove dockerfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdornier committed Sep 15, 2023
1 parent 6431dc6 commit 4f99b4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ RUN npm install -g grunt-cli && npm install grunt --save-dev
RUN $(npm bin)/grunt build
RUN /opt/omero/web/venv3/bin/pip install -e .


RUN echo "config set omero.web.application_server development" >> /opt/omero/web/config/01-default-webapps.omero
RUN echo "config set omero.web.debug true" >> /opt/omero/web/config/01-default-webapps.omero

COPY . /home/figure/src

WORKDIR /home/figure/src

USER omero-web

0 comments on commit 4f99b4c

Please sign in to comment.