You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN wget -O frontend.tar.gz https://github.com/lorisdanto/automatatutor-frontend/archive/${revision}.tar.gz
RUN tar xzf frontend.tar.gz
RUN cp automatatutor-frontend-${revision}/src/main/resources/props/default.props.template automatatutor-frontend-${revision}/src/main/resources/props/default.props
RUN cp automatatutor-frontend-${revision}/src/main/resources/props/production.default.props.template automatatutor-frontend-${revision}/src/main/resources/props/production.default.props
RUN cd automatatutor-frontend-${revision} && sbt compile
CMD cd automatatutor-frontend-${revision} && sbt ~container:start