Skip to content

Commit a2a5a0e

Browse files
committed
Set up CI with Azure Pipelines with javascript docker with nodejs
[skip ci]
1 parent 5b808d1 commit a2a5a0e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

azure-pipelines.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
trigger:
2+
- main
3+
4+
pool:
5+
vmImage: 'ubuntu-latest'
6+
7+
variables:
8+
imageName: 'pipelines-javascript-docker'
9+
10+
steps:
11+
- task: Docker@2
12+
displayName: Build an image
13+
inputs:
14+
repository: $(imageName)
15+
command: build
16+
Dockerfile: app/Dockerfile

0 commit comments

Comments
 (0)