dos2unix test

This commit is contained in:
Shaz hemani 2020-09-15 18:27:12 +05:00
parent 69a1fd6070
commit 0242bce0c0
No known key found for this signature in database
GPG key ID: 976B8B017678D5AC
3 changed files with 5 additions and 3 deletions

View file

@ -9,4 +9,5 @@ build-binary:
run: build-binary up
.PHONY: build-binary run build up

View file

@ -1,5 +1,6 @@
FROM golang:alpine as builder
ADD bins/genityapp /etc/local/genityapp
WORKDIR /etc/local/

View file

@ -11,7 +11,7 @@ services:
- "5432"
restart: always
networks:
- genity_network
- genityapp_network
web:
build:
context: .
@ -25,9 +25,9 @@ services:
links:
- db
networks:
- genity_network
- genityapp_network
volumes:
db_postgres:
networks:
genity_network:
genityapp_network:
driver: bridge