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 4838a33 commit 6ac5018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app

RUN dir /s
RUN dir

# Build the application
RUN javac app/MyApp.java
Expand Down

0 comments on commit 6ac5018

Please sign in to comment.