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 6b81467 commit 910ce5fCopy full SHA for 910ce5f
Dockerfile-legacy
@@ -11,8 +11,6 @@ RUN npm install --omit=dev
11
RUN npm run prepare-docker
12
RUN chmod +x ./update-info.sh
13
RUN ./update-info.sh
14
-RUN ls -la
15
-RUN env
16
17
ENV EENGINE_APPDIR=/emailengine
18
ENV EENGINE_HOST=0.0.0.0
update-info.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-COMMIT_HASH=$(git rev-parse HEAD)
+COMMIT_HASH=$(cat .git/refs/heads/master)
4
TIMESTAMP=$(node -e 'console.log(Date.now())')
5
cat >version-info.json <<EOL
6
{
0 commit comments