change .gitignore

This commit is contained in:
2025-08-03 15:07:46 +02:00
parent f99d8dba1f
commit 18b1703485
2 changed files with 18 additions and 2 deletions

18
.gitignore vendored
View File

@@ -1 +1,17 @@
build/
# Ignore everything
*
# But not these files...
!/.gitignore
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
# !Makefile
# ...even if they are in subdirectories
!*/

View File

@@ -1,6 +1,6 @@
FROM fedora:43
SHELL [ "/bin/bash", "-c" ]
COPY miniws /bin/miniws
COPY build/miniws /bin/miniws
RUN mkdir -p "/data/{logs,config}"
RUN ls "/data"
EXPOSE 8040/tcp