We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515cabf commit c2ccc38Copy full SHA for c2ccc38
Dockerfile
@@ -5,9 +5,6 @@ WORKDIR /app
5
# Copy the JAR file
6
COPY target/streaming-0.0.1-SNAPSHOT.jar /app/app.jar
7
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
-
11
# Expose port
12
EXPOSE 8080
13
0 commit comments