Skip to content

Commit 4c1d1b3

Browse files
committed
fix: typo
1 parent 0372dcc commit 4c1d1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM eclipse-temurin:17-jre@sha256:0adcf8486107fbd706de4b4fdde64c2d2e3ead4c689b2fb7ae4947010e1f00b4
22

3-
RUN addgroup spring&& useradd -g spring spring
3+
RUN addgroup spring && useradd -g spring spring
44
USER spring:spring
55

66
# https://github.com/microsoft/ApplicationInsights-Java/releases

0 commit comments

Comments
 (0)