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

Unified Diff: Dockerfile

Issue 917793002: Use pub_server package (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | app/bin/server_common.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Dockerfile
diff --git a/Dockerfile b/Dockerfile
index 6bc6f9311cfe142a3190f745166afb18565a1ffd..81f4fc8731f82de892dd87316cde93a3a0cef398 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,8 +4,8 @@ WORKDIR /project/app
ADD app.yaml /project/
ADD app/pubspec.* /project/app/
-ADD pkg/pubserver/pubspec.* /project/pkg/pubserver/
ADD pkg/mustache/pubspec.* /project/pkg/mustache/
+ADD pkg/pub_server/pubspec.* /project/pkg/pub_server/
ADD key.json /project/key.json
RUN pub get
« no previous file with comments | « no previous file | app/bin/server_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698