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