This website requires JavaScript.
Explore
Help
Register
Sign in
kiki
/
videoconf
Watch
1
Star
0
Fork
You've already forked videoconf
0
Code
Issues
Pull requests
Releases
Wiki
Activity
3e99709c0c
videoconf
/
Dockerfile
9 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
Ligtweight dockerfile
2017-02-08 02:02:51 +01:00
FROM alpine:3.5
Add Dockerfile docker build -t hacker-slides:0.1 . docker run -p 8000:8080 hacker-slides:0.1
2017-01-29 15:24:04 +01:00
WORKDIR /app
Update dockerfile
2017-03-02 01:14:51 +01:00
COPY . /app
Ligtweight dockerfile
2017-02-08 02:02:51 +01:00
EXPOSE 8080
ENV GIN_MODE=release
Update dockerfile
2017-03-02 01:14:51 +01:00
CMD ./main
Reference in a new issue
Copy permalink