small fix for deploy w/docker

This commit is contained in:
Jake Potrebic 2020-09-02 11:45:24 -07:00
parent 298920f6a7
commit 2fd52c2241
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ services:
app:
image: registry.gitlab.com/minidigger/hangar2/app:latest
build:
context: ..
dockerfile: docker/hangar/Dockerfile
context: ../..
dockerfile: docker/deployment/hangar/Dockerfile
depends_on:
- 'db'
- 'auth'

View File

@ -3,7 +3,7 @@ FROM openjdk:14-jdk-alpine
LABEL maintainer="Yannick Lamprecht <yannicklamprecht@live.de>"
ADD target/hangar-*.jar app.jar
ADD docker/hangar/application.yml application.yml
ADD docker/deployment/hangar/application.yml application.yml
ENV TERM xterm-256color