Skip to content

Commit 826088e

Browse files
committed
[v1.6]
1 parent 2255496 commit 826088e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Dockerfile

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM wpilib/ubuntu-base:22.04
22

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
3+
# Release
4+
COPY ./run.sh /inspector/run.sh
5+
ADD https://github.com/Starlight220/Inspector/releases/download/v1.6/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
1111

1212

1313
RUN chmod +x /inspector/run.sh

0 commit comments

Comments
 (0)