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