Remove reference to old version of CodeMirror from Dockerfile
This commit is contained in:
parent
7319ea062d
commit
cff086ad88
@ -15,7 +15,6 @@ COPY package.json /usr/src/app/
|
|||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
# Currently at CodeMirror-5.29.0.
|
|
||||||
# To upgrade, in host CodeMirror dir, do `git pull` and `git checkout tags/###`.
|
# To upgrade, in host CodeMirror dir, do `git pull` and `git checkout tags/###`.
|
||||||
# Running `npm run build` here to save a step.
|
# Running `npm run build` here to save a step.
|
||||||
RUN cd /usr/src/app/CodeMirror && npm run build
|
RUN cd /usr/src/app/CodeMirror && npm run build
|
||||||
|
Loading…
Reference in New Issue
Block a user