Skip to content

Commit

Permalink
Merge pull request #1144 from zalando/1144-fix-docker-build
Browse files Browse the repository at this point in the history
fix: docker build (#1144)
  • Loading branch information
Tronje Krop authored May 7, 2020
2 parents 8f7f309 + 59f3836 commit db6b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM registry.opensource.zalan.do/stups/openjdk:latest

MAINTAINER "http://zalando.github.io/"

COPY src/main/resources/api/zally-api.yaml /zalando-apis/zally-api.yaml
COPY zally-server/src/main/resources/api/zally-api.yaml /zalando-apis/zally-api.yaml
COPY --from=builder /src/zally-server/build/libs/zally-server.jar /

EXPOSE 8080
Expand Down

0 comments on commit db6b3c6

Please sign in to comment.