test
This commit is contained in:
parent
e00ee5d81a
commit
db9049c457
@ -6,14 +6,14 @@ runs:
|
||||
steps:
|
||||
- uses: docker://node:18
|
||||
with:
|
||||
entrypoint: ["/bin/bash","-c"]
|
||||
entrypoint: "/bin/bash -c"
|
||||
args: |
|
||||
npm install
|
||||
npm run build -- --outputPath=dist
|
||||
|
||||
- uses: docker://docker:git
|
||||
with:
|
||||
entrypoint: ["/bin/bash","-c"]
|
||||
entrypoint: "/bin/bash -c"
|
||||
args: |
|
||||
echo "FROM nginx:alpine" > Dockerfile
|
||||
echo "COPY dist /usr/share/nginx/html" >> Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user