docker build test
This commit is contained in:
parent
f58032e1e5
commit
8b7bbf8edd
3 changed files with 83 additions and 27 deletions
|
@ -17,7 +17,6 @@ WORKDIR /app
|
|||
COPY --from=build /app/dist /app/dist
|
||||
COPY --from=build /app/node_modules /app/node_modules
|
||||
COPY --from=build /app/package.json /app/package.json
|
||||
COPY --from=build /app/.env /app/.env
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue