Skip to content

Commit

Permalink
Merge pull request #50 from MarcWeberFS:45-fix-deployment-and-check-i…
Browse files Browse the repository at this point in the history
…f-code-runs-on-ec2-instance

add temp folder inside of docker container
  • Loading branch information
MarcWeberFS authored Nov 13, 2024
2 parents 948ac88 + 6b17906 commit 9c8b551
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions video-downloader-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN apt-get update && \
# Set working directory
WORKDIR /app

# Create a temporary directory for file operations
RUN mkdir /app/temp

# Copy the built JAR file into the container
COPY target/*.jar app.jar

Expand Down

0 comments on commit 9c8b551

Please sign in to comment.