aboutsummaryrefslogtreecommitdiff
path: root/{{cookiecutter.project_name}}/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '{{cookiecutter.project_name}}/docker/Dockerfile')
-rw-r--r--{{cookiecutter.project_name}}/docker/Dockerfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/{{cookiecutter.project_name}}/docker/Dockerfile b/{{cookiecutter.project_name}}/docker/Dockerfile
index ebbbe32..81d4aab 100644
--- a/{{cookiecutter.project_name}}/docker/Dockerfile
+++ b/{{cookiecutter.project_name}}/docker/Dockerfile
@@ -16,9 +16,5 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
-# The code should be symlinked to this directory
-WORKDIR /app
-
-# Create the entry script
-ADD entry.sh /opt/
-RUN chmod 755 /opt/entry.sh
+# The code is stored here
+WORKDIR /usr/src/app