Skip to content

Commit

Permalink
Merge pull request #263 from yanokwa/no-enketo-building
Browse files Browse the repository at this point in the history
Enketo can now load config at runtime, so rebuilding is not needed
  • Loading branch information
matthew-white authored Feb 9, 2022
2 parents 4031577 + deae50b commit f1a5c2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions enketo.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ COPY files/enketo/start-enketo.sh ${ENKETO_SRC_DIR}/start-enketo.sh

RUN apt-get update; apt-get install gettext-base

RUN npm install
RUN grunt
RUN npm prune --production

EXPOSE 8005

CMD ./start-enketo.sh

0 comments on commit f1a5c2e

Please sign in to comment.