Skip to content

Commit

Permalink
mount config file into container to override
Browse files Browse the repository at this point in the history
  • Loading branch information
drdrew42 committed Sep 1, 2021
1 parent 4225f5d commit e75325a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,8 @@ RUN apt-get update \
RUN cpanm install Mojo::Base Statistics::R::IO::Rserve Date::Format Future::AsyncAwait Crypt::JWT IO::Socket::SSL CGI::Cookie \
&& rm -fr ./cpanm /root/.cpanm /tmp/*

ENV MOJO_MODE=production

COPY . .

RUN cp render_app.conf.dist render_app.conf

RUN cd lib/WeBWorK/htdocs && npm install && cd ../../..

EXPOSE 3000
Expand Down

0 comments on commit e75325a

Please sign in to comment.