Skip to content

Commit 2255496

Browse files
committed
add development stuff to dockerfile
1 parent 77c358d commit 2255496

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Dockerfile

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
FROM wpilib/ubuntu-base:22.04
22

3-
COPY ./run.sh /inspector/run.sh
4-
ADD https://github.com/Starlight220/Inspector/releases/download/v1.5/Inspector.jar /inspector/build/libs/Inspector.jar
3+
## Release
4+
#COPY ./run.sh /inspector/run.sh
5+
#ADD https://github.com/Starlight220/Inspector/releases/download/v1.5/Inspector.jar /inspector/build/libs/Inspector.jar
6+
7+
# Development
8+
COPY . /inspector/
9+
RUN chmod +x /inspector/gradlew
10+
RUN cd /inspector/ && ./gradlew jar
11+
512

613
RUN chmod +x /inspector/run.sh
714

0 commit comments

Comments
 (0)