mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-31 16:00:39 +08:00
small fix for deploy w/docker
This commit is contained in:
parent
298920f6a7
commit
2fd52c2241
@ -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'
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user