Skip to content

Commit

Permalink
Try WORKDIR instead of RUN cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 29, 2022
1 parent 1aa8c7d commit 999eb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/dockerfiles/arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ USER root
RUN chown -R stack /src

USER stack
RUN cd /src
WORKDIR /src

RUN stack --verbose build --only-snapshot --test
RUN stack build shake

Expand Down

0 comments on commit 999eb2d

Please sign in to comment.