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: .circleci/config.yml
+11-18Lines changed: 11 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,44 +1,37 @@
1
1
version: 2
2
2
jobs:
3
3
build:
4
-
working_directory: ~/mern-starter
5
-
# The primary container is an instance of the first image listed. The job's commands run in this container.
6
4
docker:
7
-
- image: circleci/node:4.8.2-jessie
8
-
# The secondary container is an instance of the second listed image which is run in a common network where ports exposed on the primary container are available on localhost.
0 commit comments