Skip to content

Commit 7661e4a

Browse files
committed
Fix typos
1 parent f848443 commit 7661e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/tci-webapp-rest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Note: This Dockerfile is used by the selenium tests for compiling Timeline when there was no Image supplied
1+
# Note: This Dockerfile is used by the integration tests for compiling the app when there was no image was supplied
22
ARG JAVA_VERSION=21
33
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine AS jre-base
44

demo/tci-webapp-vaadin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Note: This Dockerfile is used by the selenium tests for compiling Timeline when there was no Image supplied
1+
# Note: This Dockerfile is used by the integration tests for compiling the app when there was no image was supplied
22
ARG JAVA_VERSION=21
33
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine AS jre-base
44

0 commit comments

Comments
 (0)