mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 04:40:33 +02:00
Fixed a bug where the package*.json couldn't be found
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
FROM node:latest
|
||||
COPY entrypoint.sh ./entrypoint.sh
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user