Skip to content

Commit c2ccc38

Browse files
committed
edit dockerfile
1 parent 515cabf commit c2ccc38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ WORKDIR /app
55
# Copy the JAR file
66
COPY target/streaming-0.0.1-SNAPSHOT.jar /app/app.jar
77

8-
# Copy all PNG files from the specific directory to a directory in the Docker container
9-
COPY src/main/java/com/programming/streaming/images/*.png /app/images/
10-
118
# Expose port
129
EXPOSE 8080
1310

0 commit comments

Comments
 (0)