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

Commit 4265ab0

Browse files
committed
finally solved dependencies problem for docker
1 parent d12c260 commit 4265ab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ RUN mkdir /app
3636
COPY . /app
3737
WORKDIR /app
3838

39+
# Compile grails app
40+
RUN grails compile
41+
3942
# Clean up APT.
4043
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4144

0 commit comments

Comments
 (0)