We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f42d6 commit 516b711Copy full SHA for 516b711
Dockerfile
@@ -30,12 +30,12 @@ COPY tests/test_cases/passing_template/test_data/* /playground/test_data/
30
COPY tests/test_cases/passing_template/types/* /playground/types/
31
RUN chmod -R 777 /playground
32
33
+# Create build timestamp
34
+RUN echo $(date +'%Y%m%d-%H%M%S') > /opt/mongo_configurator/configurator/API_BUILT_AT
35
+
36
# Install dependencies
37
RUN pipenv install --deploy --system
38
-# Create build timestamp
-RUN echo $(date +'%Y%m%d-%H%M%S') > /opt/mongo_configurator/API_BUILT_AT
-
39
# Install Gunicorn for production
40
RUN pip install gunicorn
41
0 commit comments