Skip to content

Commit dfbeece

Browse files
committed
Updated work directory for docker integration tests
1 parent cb560f8 commit dfbeece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ RUN integration/boot/set_up_mise.sh
3030
COPY integration/boot/set_up_asdf.sh integration/boot/set_up_asdf.sh
3131
RUN integration/boot/set_up_asdf.sh
3232

33+
COPY mix_*.exs .
3334
COPY apps apps
3435

35-
WORKDIR /apps/server
36+
WORKDIR /lexical/apps/server
37+
3638
RUN mix local.hex --force
3739
RUN mix deps.get
3840
RUN mix compile

0 commit comments

Comments
 (0)