Skip to content

Commit 910ce5f

Browse files
committed
Updated Dockerfile
1 parent 6b81467 commit 910ce5f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile-legacy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ RUN npm install --omit=dev
1111
RUN npm run prepare-docker
1212
RUN chmod +x ./update-info.sh
1313
RUN ./update-info.sh
14-
RUN ls -la
15-
RUN env
1614

1715
ENV EENGINE_APPDIR=/emailengine
1816
ENV EENGINE_HOST=0.0.0.0

update-info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
COMMIT_HASH=$(git rev-parse HEAD)
3+
COMMIT_HASH=$(cat .git/refs/heads/master)
44
TIMESTAMP=$(node -e 'console.log(Date.now())')
55
cat >version-info.json <<EOL
66
{

0 commit comments

Comments
 (0)