Trying to fix docker builds

This commit is contained in:
2021-11-12 05:51:27 -05:00
parent 7b27b634e6
commit a40018f184
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ on:
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
NODE_OPTIONS: --openssl-legacy-provider
steps: steps:
- name: Prepare - name: Prepare
id: prep id: prep

View File

@@ -1,4 +1,4 @@
FROM node:alpine FROM node:16-alpine
RUN mkdir /app RUN mkdir /app
RUN cd /app RUN cd /app