mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 07:16:18 -04:00
Include docker image pull
command to prevent https://github.com/schlagmichdoch/PairDrop/issues/33
This commit is contained in:
parent
e470c0a1a0
commit
15abc20e83
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ The easiest way to get PairDrop up and running is by using Docker.
|
|||
|
||||
### Build the image
|
||||
```bash
|
||||
docker image pull node:lts-alpine
|
||||
```
|
||||
> Prevents Docker from using an old `node:lts-alpine` image by pulling the latest
|
||||
```bash
|
||||
docker build . -f Dockerfile -t pairdrop
|
||||
```
|
||||
> A GitHub action is set up to do this step automatically
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue