Skip to content

Commit

Permalink
Bugfix - Fix Dockerfile for production
Browse files Browse the repository at this point in the history
The dockerfile didn't copy the dialogflow directory so Ote wasn't able to work :(
  • Loading branch information
hanschrome committed Mar 21, 2023
1 parent 58551c1 commit f218824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/prod/Dockerfile
Expand Up @@ -18,5 +18,6 @@ RUN php composer.phar install

FROM nginx:latest
COPY --from=node_build /app/dist /usr/share/nginx/html
COPY --from=php_build /app/dist/dialogflow /usr/share/nginx/html/dialogflow
EXPOSE 8001
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit f218824

Please sign in to comment.