Skip to content

Commit 0043939

Browse files
committed
remove custom Dockerfile
1 parent deaaf69 commit 0043939

4 files changed

Lines changed: 1 addition & 43 deletions

File tree

.github/workflows/examples_kitchen_sink.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,3 @@ jobs:
3333
with:
3434
setup: rm pubspec_overrides.yaml && dart pub global activate --source path ../../packages/dart_frog_cli
3535
working_directory: examples/kitchen_sink
36-
37-
docker_custom:
38-
uses: ./.github/workflows/.docker_tests.yaml
39-
with:
40-
setup: rm pubspec_overrides.yaml && dart pub global activate --source path ../../packages/dart_frog_cli
41-
docker_directory: .
42-
working_directory: examples/kitchen_sink

bricks/dart_frog_prod_server/hooks/pre_gen.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ Future<void> preGen(
157157
);
158158
final addDockerfile = !customDockerFile.existsSync();
159159

160-
context.logger.info(
161-
configuration.directories.map((c) => c.toJson()).toList().join('\n'),
162-
);
163-
164160
context.vars = {
165161
'directories': configuration.directories.map((c) => c.toJson()).toList(),
166162
'routes': configuration.routes.map((r) => r.toJson()).toList(),

examples/kitchen_sink/Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/dart_frog_cli/lib/src/commands/build/templates/dart_frog_prod_server_bundle.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)