diff --git a/docker/Dockerfile b/docker/Dockerfile index 3b848103..e4790c3c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -22,8 +22,8 @@ COPY --from=frontend-build /app/frontend/dist /usr/share/nginx/html COPY --from=backend-build /backend /backend COPY --from=backend-build /backend/entrypoint.sh /backend/entrypoint.sh +# Configure start-up RUN chmod +x /backend/entrypoint.sh - ENTRYPOINT ["/backend/entrypoint.sh"] EXPOSE 80