Created Dockerfiles #22

Open
xbazzi wants to merge 14 commits from Dockerfile into master
Showing only changes of commit 9fe4e2fad1 - Show all commits

View File

@ -1,4 +1,4 @@
# Use the official Debian Bookworm Slim image as the base # Use the official golang:1.22.12-bookworm
FROM golang:1.22.12-bookworm as build FROM golang:1.22.12-bookworm as build
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app