Skip to content
Snippets Groups Projects
Commit e1bd817b authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

add WORKDIR to Dockerfile

parent 835d92e9
No related branches found
No related tags found
No related merge requests found
Pipeline #2184 failed
...@@ -2,6 +2,7 @@ FROM clojure:lein-2.7.1-alpine ...@@ -2,6 +2,7 @@ FROM clojure:lein-2.7.1-alpine
LABEL maintainer="burke@fh-muenster.de" LABEL maintainer="burke@fh-muenster.de"
ENV LEIN_SNAPSHOTS_IN_RELEASE=TRUE ENV LEIN_SNAPSHOTS_IN_RELEASE=TRUE
ADD ./ /document-storage
WORKDIR /document-storage
RUN lein clean RUN lein clean
RUN lein uberjar RUN lein uberjar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment