Skip to content

Commit

Permalink
Merge pull request #92 from matheusfrancisco/master
Browse files Browse the repository at this point in the history
Update upstream
  • Loading branch information
farribeiro authored Feb 23, 2021
2 parents 500de56 + f243b2e commit ea66477
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Federal and Sicredi.

- Docker and Docker-Compose of your distro.
- Set BANKFILES variable (as `export BANKFILES=/home/ff/Downloads/Bankfiles`) to prevent volume creation error
- For transparency, privacy and security NEVER USE ANY PRE-BUILT DOCKER IMAGE FROM THIS PROJECT. Obtain a copy of the source code of this repository, check the content and build your own image.
- For transparency, privacy and security NEVER USE ANY PRE-BUILT DOCKER IMAGE FROM THIS PROJECT.
- Obtain a copy of the source code of this repository, check the content and build your own image.

## Instructions

Expand Down
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ version: '3.7'
services:
wscef:
container_name: wscef
image: farribeiro/wscef-docker
build: .
build:
context: .
dockerfile: Dockerfile
init: true
cap_drop:
- ALL
Expand Down

0 comments on commit ea66477

Please sign in to comment.