feat: Dockerfile with big ASSSsssss
All checks were successful
deploy / deploy (push) Successful in 36s

This commit is contained in:
Stepan Vladovskiy 2025-05-14 15:35:07 -03:00
parent 9c27d7fcab
commit 5758fe1e2c

View File

@ -1,4 +1,4 @@
FROM golang:1.21.3-alpine3.18 as go-builder
FROM golang:1.21.3-alpine3.18 AS go-builder
WORKDIR /authorizer
COPY server server
COPY Makefile .
@ -11,7 +11,7 @@ RUN apk add build-base &&\
make clean && make && \
chmod 777 build/server
FROM node:20-alpine3.18 as node-builder
FROM node:20-alpine3.18 AS node-builder
WORKDIR /authorizer
COPY app app
COPY dashboard dashboard