Skip to content
Snippets Groups Projects
Commit abd835a8 authored by 최현수's avatar 최현수
Browse files

docker

parent c6f98305
Branches
No related tags found
No related merge requests found
FROM nginx
COPY index.html /usr/share/nginx/html/index.html
COPY app.bundle.js usr/share/nginx/html/app.bundle.js
CMD ["nginx", "-g", "daemon off;"]
EXPOSE 80
\ No newline at end of file
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment