Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Side by Side Diff: Dockerfile

Issue 2203373002: Roll to newer package:markdown version (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Update app.yaml / Dockerfile Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | app.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 FROM google/dart-runtime-base:1.15.0 1 FROM google/dart-runtime-base:1.18.0
2 2
3 WORKDIR /project/app 3 WORKDIR /project/app
4 4
5 ADD app.yaml /project/ 5 ADD app.yaml /project/
6 ADD app/pubspec.* /project/app/ 6 ADD app/pubspec.* /project/app/
7 7
8 ADD key.json /project/key.json 8 ADD key.json /project/key.json
9 9
10 RUN pub get 10 RUN pub get
11 11
12 ADD app /project/app 12 ADD app /project/app
13 13
14 RUN pub get --offline 14 RUN pub get --offline
OLDNEW
« no previous file with comments | « no previous file | app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698