Skip to content

Commit

Permalink
Update dockerfile.arch
Browse files Browse the repository at this point in the history
  • Loading branch information
JCWasmx86 committed Oct 7, 2023
1 parent 5b317dc commit d27a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.arch
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /app
RUN pacman -S git --noconfirm
RUN git clone https://github.com/JCWasmx86/Swift-MesonLSP
WORKDIR /app/Swift-MesonLSP
RUN swift build && swift test
RUN swift build && swift test && exit 0

0 comments on commit d27a3fe

Please sign in to comment.