🔧 Updated Dockerfile env

This commit is contained in:
Nikhil Badyal
2022-10-18 00:03:27 +05:30
parent 2d0ca2e11e
commit 092f95a663
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -39,3 +39,5 @@ RUN sed -i 's/\r$//g' /entrypoint
RUN chmod +x /entrypoint RUN chmod +x /entrypoint
# copy application code to WORKDIR # copy application code to WORKDIR
COPY . ${APP_HOME} COPY . ${APP_HOME}
CMD ["bash","/entrypoint"]
-1
View File
@@ -11,4 +11,3 @@ services:
- .env - .env
volumes: volumes:
- .:/app:z - .:/app:z
command: /entrypoint