mirror of
https://github.com/shlldev/miniws.git
synced 2025-09-02 19:00:59 +02:00
change .gitignore
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -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
|
||||
!*/
|
@@ -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
|
||||
|
Reference in New Issue
Block a user