Skip to content

Commit

Permalink
Add build and push steps to Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilemonn committed Jul 8, 2024
1 parent 72907df commit b228f55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Build image with tag

# MAKE SURE VERSION IN main.cpp MATCHES

# docker build -t kilemon/socket-forwarder:0.1.0 .
# docker tag kilemon/socket-forwarder:0.1.0 kilemon/socket-forwarder:latest
#
# Push image to remote
# docker push kilemon/socket-forwarder:0.1.0

FROM alpine:3.20.0 AS builder

WORKDIR /builder
Expand Down

0 comments on commit b228f55

Please sign in to comment.