🚀 (.gitea/workflows/on_release.yml): Uncomment curl command to enable deployment on release
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 27s
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 27s
⬆️ (Dockerfile): Update Dockerfile to use uppercase 'AS' for better readability and consistency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:12 as build-stage
|
||||
FROM node:12 AS build-stage
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user