Attempting to force a rebuild of the Docker container

This commit is contained in:
Corey Butler 2020-04-01 13:04:53 -05:00
parent 911fd23dec
commit 6b88966b82
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Test
name: Action Test
on:
push:

View File

@ -2,4 +2,4 @@ FROM node:13-alpine
ADD ./app /app
WORKDIR /app
RUN cd /app && npm i
ENTRYPOINT ["node", "/app/main.js"]
CMD ["node", "/app/main.js"]