Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 56b4183

Browse files
nevets963wagmarcel
authored andcommitted
Add Dockerfile
1 parent a0755eb commit 56b4183

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ ENV PATH=$PATH:$GRADLE_HOME/bin
1010

1111
EXPOSE 8080
1212

13-
WORKDIR /app
13+
ADD . /app
14+
15+
WORKDIR /app
16+
17+
RUN make build

0 commit comments

Comments
 (0)