We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76112d9 commit f990147Copy full SHA for f990147
Dockerfile
@@ -49,12 +49,8 @@ RUN apt-get update \
49
RUN cpanm install Mojo::Base Statistics::R::IO::Rserve Date::Format Future::AsyncAwait Crypt::JWT IO::Socket::SSL CGI::Cookie \
50
&& rm -fr ./cpanm /root/.cpanm /tmp/*
51
52
-ENV MOJO_MODE=production
53
-
54
COPY . .
55
56
-RUN cp render_app.conf.dist render_app.conf
57
58
RUN cd lib/WeBWorK/htdocs && npm install && cd ../../..
59
60
EXPOSE 3000
0 commit comments