Remove reference to old version of CodeMirror from Dockerfile

This commit is contained in:
jkaplon 2021-03-06 18:49:03 -05:00
parent 7319ea062d
commit cff086ad88

View File

@ -15,7 +15,6 @@ COPY package.json /usr/src/app/
COPY . /usr/src/app
RUN npm install
# Currently at CodeMirror-5.29.0.
# To upgrade, in host CodeMirror dir, do `git pull` and `git checkout tags/###`.
# Running `npm run build` here to save a step.
RUN cd /usr/src/app/CodeMirror && npm run build