You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docker-compose.yml
+18-17
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,35 @@
1
1
version: '3'
2
2
3
+
# Test docker build
3
4
services:
4
5
chirpy-main:
5
6
container_name: chirpy-main
6
7
image: devrsi0n/chirpy
7
8
build:
8
9
context: ./
9
10
dockerfile: Dockerfile
11
+
# Don't put any sensitive key to build-args, as they'll be exposed to build history, https://github.com/docker/build-push-action/blob/master/docs/advanced/secrets.md
0 commit comments