Difference between revisions of "Dockerfile examples"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Dockerfile}} |
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 16:05, 16 July 2024
Dockerfile
examples:
FROM node:carbon WORKDIR /srv/app COPY . . RUN npm install --only=production ENTRYPOINT [ "npm", "start" ]
Related terms
See also
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
,hadolint, LABEL, EXPOSE
Advertising: