This website requires JavaScript.
Explore
Help
Register
Sign In
Rainnny
/
cors-anywhere
Watch
1
Star
0
Fork
0
You've already forked cors-anywhere
Code
Issues
Pull Requests
1
Actions
Packages
Wiki
Activity
cors-anywhere
/
Dockerfile
6 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
oops
2023-05-04 04:04:52 -04:00
FROM
node:19-alpine
WORKDIR
/app
now?
2023-05-04 04:08:25 -04:00
COPY
. .
oops
2023-05-04 04:04:52 -04:00
ENV
NODE_ENV production
EXPOSE
8080
CMD
node server.js
Reference in New Issue
Copy Permalink