Skip to content
Snippets Groups Projects
Commit 6bf48ed0 authored by michael.minelli's avatar michael.minelli
Browse files

Docker => Update .env path

parent f55b57fe
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ LABEL maintainer="Michaël Minelli <michael-jean.minelli@hesge.ch>" ...@@ -3,7 +3,7 @@ LABEL maintainer="Michaël Minelli <michael-jean.minelli@hesge.ch>"
LABEL Description="Express API for Dojo" LABEL Description="Express API for Dojo"
ADD ExpressAPI/ /dojo/ExpressAPI/ ADD ExpressAPI/ /dojo/ExpressAPI/
ADD .env /dojo/ExpressAPI/.env ADD ../.env /dojo/ExpressAPI/.env
WORKDIR /dojo/ExpressAPI/ WORKDIR /dojo/ExpressAPI/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment