Skip to content

Commit

Permalink
added run dir /s
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeback authored and ericdeback committed Apr 9, 2024
1 parent d478e43 commit 4838a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app

RUN dir /s

# Build the application
RUN javac app/MyApp.java

Expand Down

0 comments on commit 4838a33

Please sign in to comment.