Add first Dockerfile

This commit is contained in:
moparisthebest
2019-08-18 21:26:07 -04:00
parent 8e7ffccd93
commit e38bf90758
10 changed files with 120 additions and 220 deletions
+11
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