Skip to content

Commit 6b126bb

Browse files
committed
Working golang-http-form sample
1 parent 04c407e commit 6b126bb

File tree

3 files changed

+27
-32
lines changed

3 files changed

+27
-32
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Default .dockerignore file for Defang
2+
**/__pycache__
3+
**/.direnv
4+
**/.DS_Store
5+
**/.envrc
6+
**/.git
7+
**/.github
8+
**/.idea
9+
**/.next
10+
**/.vscode
11+
**/compose.*.yaml
12+
**/compose.*.yml
13+
**/compose.yaml
14+
**/compose.yml
15+
**/docker-compose.*.yaml
16+
**/docker-compose.*.yml
17+
**/docker-compose.yaml
18+
**/docker-compose.yml
19+
**/node_modules
20+
**/Thumbs.db
21+
Dockerfile
22+
*.Dockerfile
23+
# Ignore our own binary, but only in the root to avoid ignoring subfolders
24+
defang
25+
defang.exe
26+
# Ignore our project-level state
27+
.defang

samples/golang-http-form/app/Dockerfile

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

samples/golang-http-form/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ services:
33
restart: unless-stopped
44
build:
55
context: ./app
6-
dockerfile: Dockerfile
76
ports:
87
- mode: ingress
98
target: 8080

0 commit comments

Comments
 (0)