just need to figure out config files, everything else appears to work
This commit is contained in:
13
Dockerfile
13
Dockerfile
@@ -1,3 +1,12 @@
|
||||
FROM scratch
|
||||
ENTRYPOINT ["/mybin"]
|
||||
COPY mybin /
|
||||
#FROM alpine
|
||||
|
||||
# Copy in the binary and settings file
|
||||
COPY goInventorize-linux-amd64 /
|
||||
|
||||
ENV PORT=3000
|
||||
# Export necessary port.
|
||||
EXPOSE 3000
|
||||
|
||||
# Command to run when starting the container.
|
||||
ENTRYPOINT ["/goInventorize-linux-amd64"]
|
Reference in New Issue
Block a user