Skip to content

Commit b998a2e

Browse files
committed
Merge pull request #95 from GoogleCloudPlatform/dockerfile-tags
Add region tags to GKE Dockerfile.
2 parents 47b6927 + 2341107 commit b998a2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

containerengine/hello-world/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14+
# [START all]
1415
FROM node:4
1516
EXPOSE 8080
1617
COPY server.js .
1718
CMD node server.js
19+
# [END all]

0 commit comments

Comments
 (0)