mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +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
|
||||
|
||||
- name: 'Copy Static' # Needed since Github actions does not support symlinks
|
||||
run: |
|
||||
rm nodeapp/static
|
||||
cp -r frontend/static nodeapp/static
|
||||
run: cp -r frontend/static nodeapp/static
|
||||
|
||||
- name: 'Download main.js Artifact'
|
||||
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"
|
||||
|
||||
# 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
|
||||
WORKDIR /usr/src/robosats
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
../frontend/static
|
Loading…
Reference in New Issue
Block a user