changed version
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit Details

This commit is contained in:
Jesse James Isler 2022-06-08 21:17:32 +02:00
parent 0740bfd97d
commit 5ef0d12df4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# STEP 1:
# Name the node stage "builder"
FROM node:latest AS builder
FROM node:16 AS builder
# Set working directory
WORKDIR /app
# Copy all files from current directory to working dir in image