This website requires JavaScript.
Explore
Help
Sign In
just_a_test
/
devops-test-app
Watch
1
Star
0
Fork
0
You've already forked devops-test-app
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bb0cd4d41a
devops-test-app
/
app
/
Dockerfile
10 lines
76 B
Docker
Raw
Normal View
History
Unescape
Escape
chore(docker): update go image version in dockerfile
2024-07-15 18:25:35 +05:00
FROM
golang:1.22
Initial commit
2020-07-07 14:12:13 +05:00
WORKDIR
/app
COPY
. .
RUN
go build -o app
CMD
/app/app
Reference in New Issue
Copy Permalink