Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Socayna authored Jul 6, 2023
1 parent 4dda337 commit 63f79c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front_end/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ WORKDIR /var/www/html/openVRE/public
RUN pwd
EXPOSE 88 443

RUN useradd -m application
RUN echo "application:application" | chpasswd
#RUN useradd -m application
#RUN echo "application:application" | chpasswd

CMD /opt/docker/bin/entrypoint.sh supervisord

Expand Down

0 comments on commit 63f79c7

Please sign in to comment.