Add first Dockerfile

This commit is contained in:
moparisthebest
2019-08-18 21:26:07 -04:00
parent feb07abc7f
commit c8bddab8fd
10 changed files with 120 additions and 220 deletions

11
.circleci/config.yml Normal file
View File

@@ -0,0 +1,11 @@
version: 2
jobs:
build:
machine: true
steps:
- checkout
# build the application image
- run: docker build -t moparisthebest/aur:circle-ci .
- run: |
echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin