mirror of
https://github.com/tedkulp/vidgrab
synced 2026-03-04 13:10:04 -05:00
Trying to fix docker builds
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -8,6 +8,8 @@ on:
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NODE_OPTIONS: --openssl-legacy-provider
|
||||
steps:
|
||||
- name: Prepare
|
||||
id: prep
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:alpine
|
||||
FROM node:16-alpine
|
||||
|
||||
RUN mkdir /app
|
||||
RUN cd /app
|
||||
|
||||
Reference in New Issue
Block a user