feat: Dockerfile with big ASSSsssss
All checks were successful
deploy / deploy (push) Successful in 36s
All checks were successful
deploy / deploy (push) Successful in 36s
This commit is contained in:
parent
9c27d7fcab
commit
5758fe1e2c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user