This website requires JavaScript.
Explore
Help
Register
Sign In
tornadocontrib
/
polygon-gas-price-oracle
Watch
1
Star
0
Fork
0
You've already forked polygon-gas-price-oracle
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a9bf64fd06
polygon-gas-price-oracle
/
Dockerfile
8 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial commit
2024-04-12 02:23:08 +03:00
FROM
node:20-alpine
WORKDIR
/app
COPY
. .
Improve docker image by using .dockerignore
2024-04-12 17:18:31 +03:00
RUN
yarn
&&
yarn build
Improve docker file
2024-04-12 02:49:27 +03:00
Initial commit
2024-04-12 02:23:08 +03:00
ENTRYPOINT
[
"yarn"
,
"start"
]
Reference in New Issue
Copy Permalink