mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Fix frontend dockerized env in windows
This commit is contained in:
parent
794377dbfc
commit
fd8f64e93a
4
.github/workflows/client-image.yml
vendored
4
.github/workflows/client-image.yml
vendored
@ -22,9 +22,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: 'Copy Static' # Needed since Github actions does not support symlinks
|
- name: 'Copy Static' # Needed since Github actions does not support symlinks
|
||||||
run: |
|
run: cp -r frontend/static nodeapp/static
|
||||||
rm nodeapp/static
|
|
||||||
cp -r frontend/static nodeapp/static
|
|
||||||
|
|
||||||
- name: 'Download main.js Artifact'
|
- name: 'Download main.js Artifact'
|
||||||
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
|
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
|
||||||
|
@ -2,6 +2,9 @@ FROM alpine:3.18.0
|
|||||||
|
|
||||||
LABEL maintainer="Reckless_Satoshi https://github.com/reckless-satoshi"
|
LABEL maintainer="Reckless_Satoshi https://github.com/reckless-satoshi"
|
||||||
|
|
||||||
|
# Needs a copy or symlink of /frontend/static in /nodeapp/static
|
||||||
|
# Github client release workflow copies /frontend/static here
|
||||||
|
|
||||||
RUN mkdir -p /usr/src/robosats
|
RUN mkdir -p /usr/src/robosats
|
||||||
WORKDIR /usr/src/robosats
|
WORKDIR /usr/src/robosats
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../frontend/static
|
|
Loading…
Reference in New Issue
Block a user