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 run: build-binary up
.PHONY: build-binary run build up .PHONY: build-binary run build up

View file

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

View file

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