Skip to content

Commit f990147

Browse files
committed
mount config file into container to override
1 parent 76112d9 commit f990147

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,8 @@ RUN apt-get update \
4949
RUN cpanm install Mojo::Base Statistics::R::IO::Rserve Date::Format Future::AsyncAwait Crypt::JWT IO::Socket::SSL CGI::Cookie \
5050
&& rm -fr ./cpanm /root/.cpanm /tmp/*
5151

52-
ENV MOJO_MODE=production
53-
5452
COPY . .
5553

56-
RUN cp render_app.conf.dist render_app.conf
57-
5854
RUN cd lib/WeBWorK/htdocs && npm install && cd ../../..
5955

6056
EXPOSE 3000

0 commit comments

Comments
 (0)