mirror of
https://github.com/KevinMidboe/http-200.git
synced 2025-10-29 17:40:27 +00:00
Init commit
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Use the scratch base image
|
||||
FROM scratch
|
||||
|
||||
WORKDIR /app
|
||||
COPY server .
|
||||
|
||||
# Expose port 80
|
||||
EXPOSE 80
|
||||
|
||||
# Run the binary
|
||||
CMD ["/app/server"]
|
||||
Reference in New Issue
Block a user