You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM java:latest
MAINTAINER MENA Commerce
WORKDIR /opt/docker
ADD opt /opt
RUN ["chown", "-R", "daemon:daemon", "."]
EXPOSE 9000
USER daemon
ENTRYPOINT ["bin/zoidbergggg"]
CMD []
RUN ls
Expected Result
FROM java:latest
MAINTAINER MENA Commerce
WORKDIR /opt/docker
ADD opt /opt
RUN ["chown", "-R", "daemon:daemon", "."]
RUN ls
EXPOSE 9000
USER daemon
ENTRYPOINT ["bin/zoidbergggg"]
CMD []
The text was updated successfully, but these errors were encountered:
build.sbt
Result
Expected Result
The text was updated successfully, but these errors were encountered: