Skip to content

Commit 516b711

Browse files
author
Mike Storey
committed
Fix API_BUILT_AT
1 parent e8f42d6 commit 516b711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ COPY tests/test_cases/passing_template/test_data/* /playground/test_data/
3030
COPY tests/test_cases/passing_template/types/* /playground/types/
3131
RUN chmod -R 777 /playground
3232

33+
# Create build timestamp
34+
RUN echo $(date +'%Y%m%d-%H%M%S') > /opt/mongo_configurator/configurator/API_BUILT_AT
35+
3336
# Install dependencies
3437
RUN pipenv install --deploy --system
3538

36-
# Create build timestamp
37-
RUN echo $(date +'%Y%m%d-%H%M%S') > /opt/mongo_configurator/API_BUILT_AT
38-
3939
# Install Gunicorn for production
4040
RUN pip install gunicorn
4141

0 commit comments

Comments
 (0)