Skip to content

Commit 1482a35

Browse files
committed
Adding dockerfile
1 parent da856a6 commit 1482a35

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM golang:latest
2+
3+
4+
COPY . /app
5+
WORKDIR /app
6+
RUN go build
7+
8+
CMD ["emv-qrcode"]
9+
EXPOSE 8012

0 commit comments

Comments
 (0)