What will happen when you run this Dockerfile?
FROM ubuntu:22.04
LABEL author=HyperUser
ENV $HOST_FILE=demo.txt
ENV $IMAGE_DESTINATION="/tmp"
COPY HOST_FILE IMAGE_DESTINATION
ENTRYPOINT ["ls", "/tmp"]What will happen when you run this Dockerfile?
FROM ubuntu:22.04
LABEL author=HyperUser
ENV $HOST_FILE=demo.txt
ENV $IMAGE_DESTINATION="/tmp"
COPY HOST_FILE IMAGE_DESTINATION
ENTRYPOINT ["ls", "/tmp"]Create a free account to access the full topic