This website requires JavaScript.
Explore
Help
Sign In
franklinblanco
/
jl-backend-rs
Watch
1
Star
0
Fork
You've already forked jl-backend-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47b258d49f
jl-backend-rs
/
deploy
/
Dockerfile
4 lines
85 B
Docker
Raw
Blame
History
FROM
--platform=linux/amd64 ubuntu
COPY
jl-backend /
EXPOSE
8080
CMD
[
"./jl-backend"
]
Reference in New Issue
View Git Blame
Copy Permalink