Skip to content

Commit

Permalink
final commit without file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skulos committed Oct 1, 2022
1 parent 6ddf97e commit fa0236c
Show file tree
Hide file tree
Showing 892 changed files with 366,894 additions and 160 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM golang:latest

WORKDIR /root

COPY . .

RUN go build -o fileServer server/server.go

EXPOSE 8080

CMD [ "/bin/bash" ]
Loading

0 comments on commit fa0236c

Please sign in to comment.