mirror of
https://github.com/agresdominik/cheat_sheet.git
synced 2026-04-21 18:05:51 +00:00
Moved some files, implemented Dockerfile for tests, implemented makefile with install functionality
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM golang:1.24-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN apk add --no-cache make
|
||||
RUN make install
|
||||
CMD ["cheatsh"]
|
||||
Reference in New Issue
Block a user