Skip to content

Commit 7370ce3

Browse files
author
Antesh Sharma
committed
Check if number if power of two or not using bitwise AND operator
1 parent c556a86 commit 7370ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM openjdk:11-alpine
2-
COPY . /usr/src/myapp
2+
COPY src/main/java/com/bit/manipulation/problems /usr/src/myapp
33
WORKDIR /usr/src/myapp
44
RUN javac NumberIsPowerOfTwo.java
55
CMD ["java", "NumberIsPowerOfTwo"]

0 commit comments

Comments
 (0)