Skip to content

Commit c6dd4e5

Browse files
committed
change dockerfile to handle project structure
1 parent f93f23e commit c6dd4e5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

integration/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@ COPY integration/boot/set_up_asdf.sh integration/boot/set_up_asdf.sh
3131
RUN integration/boot/set_up_asdf.sh
3232

3333
COPY apps apps
34-
COPY config config
35-
COPY mix* .
34+
COPY bin bin
3635

36+
WORKDIR /apps/server
3737
RUN mix local.hex --force
3838
RUN mix deps.get
3939
RUN mix compile
40-
41-
COPY bin bin
42-
4340
RUN mix package
4441

4542
CMD bash

0 commit comments

Comments
 (0)