We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ec8b1 commit 340227bCopy full SHA for 340227b
Dockerfile
@@ -10,4 +10,4 @@ RUN gradle bootJar
10
11
ARG token
12
ENV token ${token}
13
-CMD ["java", "-jar", "build/libs/cs50.jar", "$token"]
+CMD java -jar build/libs/cs50.jar $token
0 commit comments