Skip to content

Commit 3e3ecab

Browse files
committed
mend
1 parent fa449c8 commit 3e3ecab

4 files changed

Lines changed: 1631 additions & 1902 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:18.8.0-alpine@sha256:d5d7d8e860cb38063ac0735753bed467d1360ece5ccb7c997
22

33
WORKDIR /app
44
COPY package.json package-lock.json ./
5-
RUN npm install --production
5+
RUN npm install -V
66
COPY . .
77

8-
CMD cd /app && npm start
8+
CMD cd /app && npm start

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
PASSWORD: ${{ inputs.github-token }}
5353
- name: Run
5454
run: |
55-
echo docker run --rm \
55+
docker run --rm \
5656
-e GOOGLE_EMAIL_ADDRESS="$GOOGLE_EMAIL_ADDRESS" \
5757
-e GOOGLE_CREDENTIALS="$GOOGLE_CREDENTIALS" \
5858
-e ADD_USERS="$ADD_USERS" \

0 commit comments

Comments
 (0)