This website requires JavaScript.
Explore
Help
Sign In
xeovalyte
/
portfolio
Watch
1
Star
0
Fork
0
You've already forked portfolio
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
7f4a81be3f
portfolio
/
Dockerfile
10 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-01-28 16:16:38 +01:00
FROM
node:18
WORKDIR
/usr/src/app
migrated actions
2023-04-02 17:41:30 +02:00
COPY
.output .
Initial commit
2023-01-28 16:16:38 +01:00
EXPOSE
3000
migrated actions
2023-04-02 17:41:30 +02:00
CMD
[
"node"
,
"server/index.mjs"
]
Reference in New Issue
Copy Permalink