Skip to content

Commit 1788953

Browse files
authored
Add Dockerfile comments for testing context in multiple projects (#11680)
1 parent 2fbae16 commit 1788953

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

playground/AspireWithJavaScript/AspireJavaScript.Angular/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# DisableDockerDetector "Playground/demo application used for testing Aspire features"
12
FROM node:20 as build
23

34
WORKDIR /app

playground/AspireWithJavaScript/AspireJavaScript.React/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# DisableDockerDetector "Playground/demo application used for testing Aspire features"
12
FROM node:20 as build
23

34
WORKDIR /app

playground/AspireWithJavaScript/AspireJavaScript.Vite/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# DisableDockerDetector "Playground/demo application used for testing Aspire features"
12
FROM node:20 as build
23

34
WORKDIR /app

playground/AspireWithJavaScript/AspireJavaScript.Vue/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# DisableDockerDetector "Playground/demo application used for testing Aspire features"
12
FROM node:20 as build
23

34
WORKDIR /app

playground/AspireWithNode/NodeFrontend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# DisableDockerDetector "Playground/demo application used for testing Aspire features"
12
FROM node:20
23

34
WORKDIR /app

playground/AspireWithPython/InstrumentedPythonProject/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# DisableDockerDetector "Playground/demo application used for testing Aspire features"
12
FROM python:3.12.11-slim AS base
23

34
# Set the working directory, the app files could be bind-mounted here

0 commit comments

Comments
 (0)